diff --git a/ddns-updater/config.json b/ddns-updater/config.json deleted file mode 100644 index 45cda3f..0000000 --- a/ddns-updater/config.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "settings": [ - { - "provider": "cloudflare", - "zone_identifier": "cfa643a7268a07bddafdb3054bc07c4f", - "domain": "home.lksz.me", - "proxied": false, - "ttl": 600, - "token": "tIlizVv2GWLV7qbr9L3lU1xBDLW0aKXcOfWMp9Pq", - "ip_version": "ipv4", - "ipv6_suffix": "" - } - ] - } \ No newline at end of file diff --git a/ddns-updater/config.json.local b/ddns-updater/config.json.local deleted file mode 100644 index 142ffb5..0000000 --- a/ddns-updater/config.json.local +++ /dev/null @@ -1,14 +0,0 @@ -{ - "settings": [ - { - "provider": "cloudflare", - "zone_identifier": "grab from zone overview page", - "domain": "fqdn of dynamic hostname", - "proxied": false, - "ttl": 600, - "token": "cloudflare DNS token", - "ip_version": "ipv4", - "ipv6_suffix": "" - } - ] - }