18 lines
472 B
TOML
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"
|