An open API service indexing awesome lists of open source software.

https://github.com/davideuler/dns-updater

DNS Updater which help to update Aliyun Domain A Record by current machine's IP address.
https://github.com/davideuler/dns-updater

Last synced: 5 months ago
JSON representation

DNS Updater which help to update Aliyun Domain A Record by current machine's IP address.

Awesome Lists containing this project

README

          

Put the ak/sk, and domain name to update in config.py

```
aliyun_ak=""
aliyun_sk=""
domain = 'mydomain.com'
name_ipv4 = "subdomain"
name_ipv6 = "www"

```

Then run the dns updater every 5 minutes:
```
watch -n 300 python3 update_dns.py
```