update instructions

This commit is contained in:
Shihaam Abdul Rahman 2021-10-27 06:01:03 +05:00
parent 3f54d18773
commit a7c41026b9

View File

@ -2,3 +2,13 @@
## Requirements
`bash curl jq screen`
## run 1 time
`bash cfddns.sh`
## Run in screen
`bash run-cfddns.sh`
## Run at boot
- Add to crontab `crontab -e`
`@reboot /bin/bash /root/ddns/run-ddns.sh`