Skip to content

Commit

Permalink
Merge pull request #505 from escape0707/patch-1
Browse files Browse the repository at this point in the history
Add example config file for duckdns-ipv6
  • Loading branch information
troglobit authored Dec 11, 2024
2 parents 6c0aaa5 + e9e31bb commit d809e2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/duckdns-ipv6.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
period = 1800
allow-ipv6 = true

provider [email protected] {
username = YOUT_TOKEN
password = noPasswordForDuckdns
hostname = YOUR_SUBDOMAIN.duckdns.org
checkip-command = "ip -6 addr show scope global mngtmpaddr | awk -F'[ /]+' '/inet6/{print $3}'"
}

0 comments on commit d809e2b

Please sign in to comment.