ddns-updated must point to outside dns

This commit is contained in:
Lockszmith (@kateryna) 2025-02-25 01:05:35 -05:00
parent c9457ea372
commit 3a65de381a
2 changed files with 18 additions and 2 deletions

14
ddns-updater/config.json Normal file
View File

@ -0,0 +1,14 @@
{
"settings": [
{
"provider": "cloudflare",
"zone_identifier": "cfa643a7268a07bddafdb3054bc07c4f",
"domain": "home.lksz.me",
"proxied": false,
"ttl": 600,
"token": "tIlizVv2GWLV7qbr9L3lU1xBDLW0aKXcOfWMp9Pq",
"ip_version": "ipv4",
"ipv6_suffix": ""
}
]
}

View File

@ -1,8 +1,10 @@
services:
ddns-updater:
dns:
- 1.1.1.1
environment:
USER_UID: "${HOST_UID}"
USER_GID: "${HOST_GID}"
USER_UID: "${HOST_UID:?Must specify HOST_UID}"
USER_GID: "${HOST_GID:-${HOST_UID}}"
### Configuration
# DATADIR: "/updater/data"