1 Star 0 Fork 23

beybeyzk/aliddns6

forked from tyasky/aliddns6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.ini 701 Bytes
一键复制 编辑 原始数据 按行查看 历史
[common]
AccessKeyID=
AccessKeySecret=
DomainName=
[IPv4]
# 格式:子域名前缀=IP地址或者获取IP地址的命令
#win104=netsh interface ipv4 show addresses "以太网"|grep IP|awk '{print $NF}'
#linux4=ip -4 addr|grep global|head -1|awk -F/ '{print $1}'|awk '{print $NF}'
[IPv6]
# 获取公网IP地址的命令:https://github.com/chubin/awesome-console-services#IP-Address
#win106=netsh interface ipv6 show addresses "以太网"|grep Address|head -1|awk '{print $2}'
#linux6=ip -6 addr|grep global|head -1|awk -F/ '{print $1}'|awk '{print $NF}'
# 据 MAC 地址获取局域网邻居 IPv6 地址
#neighbor6=ip -f inet6 neighbor show|grep MAC地址|grep -v fe80|head -1|awk '{print $1}'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/beybeyzk/aliddns6.git
git@gitee.com:beybeyzk/aliddns6.git
beybeyzk
aliddns6
aliddns6
master

搜索帮助