Files
he-dydns/config.toml.example
T
2026-09-16 00:18:01 -03:00

18 lines
472 B
TOML

# he-dydns configuration
# Copy to $HOME/.config/he-dydns/config.toml
# Optional: watch this network interface for its IPv4/IPv6 addresses instead
# of guessing the public IP via an external service.
# interface = "eth0"
# Optional: how often to update in daemon mode, in minutes. Default: 5.
# interval_minutes = 5
[[entries]]
hostname = "home.example.com"
token = "your-he-dyndns-token"
[[entries]]
hostname = "home-v6.example.com"
token = "another-he-dyndns-token"