sarmic/cf-ddns/README.md
Shihaam Abdul Rahman a7c41026b9 update instructions
2021-10-27 06:01:03 +05:00

15 lines
220 B
Markdown

# Cloudflare DDNS
## 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`