2024-05-22 21:04:10 +07:00
2024-05-22 20:07:33 +07:00
2024-05-22 21:04:10 +07:00
2024-05-22 20:19:26 +07:00

update-dns

Update CloudFlare DNS records with dynamic IP when your IP is behind router's IP.

How to use this script

git clone https://github.com/tiennm99/update-dns
cd update-dns
nano main.sh
# Edit value in the script
./main.sh

You can also use the script with cronjob to update your IP every 5 minutes

crontab -e
# Add the following line to the file
*/5 * * * * /path/to/main.sh

Note:

You may need to config your router to forward the ports you wanted to the exact machine. If you have problems, let's discuss in the discussions section.

S
Description
Update CloudFlare DNS records with dynamic IP
Readme Apache-2.0 119 KiB
Languages
Shell 100%