Skip to content

动态域名解析,用于家庭NAS-公网IP会变的场景,将家里公网IP解析到域名服务商的云解析

License

Notifications You must be signed in to change notification settings

jianzhichu/ddns.net

Repository files navigation

ddns.net

使用.NetCore6.0+Vue3 开发(前后端SPA模式)。

支持阿里云,腾讯云,百度云,华为云,京东云,Godaddy、西部数码,支持IPV4,IPV6。

IPV4通过接口获取(https://www.cz88.net)

IPV6优先网卡获取,其次接口获取(https://6.ipw.cn,https://speed.neu6.edu.cn/getIP.php,https://v6.ident.me)

1、安装:直接 docker run

docker run -it -e ASPNETCORE_URLS=http://*:8888 -d --restart=always --net=host --name ddns.net deathvicky/ddns.net

参数说明

-e ASPNETCORE_URLS=http://*:8888 指定服务地址
--net=host  为了获取宿主机网卡IPV6地址,不加则默认使用bridge 无法获取IPV6地址

1.1 如果不需要IPV6或者说家里没有IPV6 则使用下面的命令即可

docker run -it -d --restart=always -p 8888:3344 --name ddns.net deathvicky/ddns.net

2、运行+配置

浏览器访问 http://ip:8888

填写相应的数据库配置,账号配置,域名配置

image

About

动态域名解析,用于家庭NAS-公网IP会变的场景,将家里公网IP解析到域名服务商的云解析

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published