primeiro commit

This commit is contained in:
2026-09-16 00:18:01 -03:00
commit 1a5a446b5c
10 changed files with 472 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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"