|
|
2 gadi atpakaļ | |
|---|---|---|
| .github | 6 gadi atpakaļ | |
| .gitattributes | 6 gadi atpakaļ | |
| CHANGELOG.md | 6 gadi atpakaļ | |
| LICENCE | 6 gadi atpakaļ | |
| README.md | 6 gadi atpakaļ | |
| cloudflareddns.sh | 2 gadi atpakaļ |
The is a script to be used to add Cloudflare as a DDNS to Synology NAS. The script used an updated API, Cloudflare API v4.
cloudflareddns.sh from this repository to /sbin/cloudflareddns.shwget https://raw.githubusercontent.com/joshuaavalon/SynologyCloudflareDDNS/master/cloudflareddns.sh -O /sbin/cloudflareddns.sh
It is not a must, you can put I whatever you want. If you put the script in other name or path, make sure you use the right path.
chmod +x /sbin/cloudflareddns.sh
cloudflareddns.sh to Synologycat >> /etc.defaults/ddns_provider.conf << 'EOF'
[Cloudflare]
modulepath=/sbin/cloudflareddns.sh
queryurl=https://www.cloudflare.com
website=https://www.cloudflare.com
E*.
queryurl does not matter because we are going to use our script but it is needed.
Zone > DNS > Edit. Copy the api token.Cloudflarewww.example.com<Zone ID><API Token>