aliyun-ddns-client
aliyun-ddns-client copied to clipboard
Python DDNS client for Aliyun
我的配置文件如下, 但是我的DomainRecord1的域名还是走了公网, 我指定了interface, 我如何用这个网卡的ip呢?(也就是局域网地址) netifaces 已安装 ``` [DEFAULT] # Required: access id obtains from aliyun access_id=隐藏 # Required: access key obtains from aliyun access_key=隐藏 # Optional: not used now interval=600...
某些情况下ni.ifaddresses(ifname)[ni.AF_INET6][0]会获取fe80的内网ipv6地址,通过一个for循环判断是否内网地址来去除内网地址的影响。
Thank you very much for your work, it's very useful and easy to use. I'm making progress on let it easier to use like using setup.py then we can install...
提个小建议
用阿里云的基本上都是中国人啦~ 感觉README直接写中文不就好咯。
目前子域名只能填写一个,希望能填写一个数组,并且可以同时更新数组内的组域名。 ``` # subdomain name, like www, blog, bbs, *, @, ... sub_domain= ```