forked frommrikirill/SynologyDDNSCloudflareMultidomain
- Notifications
You must be signed in to change notification settings - Fork0
charlesfinley/SynologyDDNSCloudflareMultidomain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- A PHP script for Synology DSM which adds Cloudflare DDNS support in your DMS
- Supports multidomains, subdomains and also regional domains (example: dev.my.domain.com.au, domain.com.uk etc)
- Easy instalation process
- Based on CloudFlare API v4
- Have a Cloudflare account with active domains
- Have A Records
Activate SSH in DMS (Control Panel -> Terminal & SNMP -> Enable SSH service)
Connect via SSH and execute command
wget https://raw.githubusercontent.com/mrikirill/SynologyDDNSCloudflareMultidomain/master/cloudflare.php -O /usr/syno/bin/ddns/cloudflare.php && sudo chmod 755 /usr/syno/bin/ddns/cloudflare.php
- Add Cloudflare to the list of DDNS providers DMS file(Location :/etc.defaults/ddns_provider.conf)
[Cloudflare] modulepath=/usr/syno/bin/ddns/cloudflare.php queryurl=https://www.cloudflare.com/
- Than go to DMS settingSControl Panel -> External Access -> DDNS and add new DDNS:
- Select Cloudflare as a service provider
- Set inhostname field your list of domains divided by--- example:mydoman.com---subdomain.mydomain.com---vpn.mydomain.com or simple:mydomain.com
- Set your Cloudflare acoount email intoUsername/Email field
- Set Cloudflare Global API Key intoPassword/Key field (See:https://dash.cloudflare.com/profile/api-tokens)
- Enjoy 🍺
About
Synology DDNS Cloudflare service provider with multidomains and subdomains
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- PHP100.0%