mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-01 00:56:14 +01:00
32 lines
537 B
YAML
32 lines
537 B
YAML
---
|
|
host: "0.0.0.0"
|
|
port: 8080
|
|
|
|
db: /etc/dyndnsd/db.json
|
|
debug: false
|
|
domain: dyn.example.org
|
|
#responder: RestStyle
|
|
|
|
updater:
|
|
name: zone_transfer_server
|
|
params:
|
|
server_listens:
|
|
- 0.0.0.0@5353
|
|
#send_notifies:
|
|
#- 10.0.2.15@53
|
|
zone_ttl: 300 # 5m
|
|
zone_nameservers:
|
|
- dns1.example.org.
|
|
- dns2.example.org.
|
|
zone_email_address: admin.example.org.
|
|
zone_additional_ips:
|
|
- "127.0.0.1"
|
|
- "::1"
|
|
|
|
users:
|
|
foo:
|
|
password: "secret"
|
|
hosts:
|
|
- foo.dyn.example.org
|
|
- bar.dyn.example.org
|