Skip to content

Commit

Permalink
Create duckdns-ipv6.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
escape0707 committed Dec 11, 2024
1 parent 6c0aaa5 commit e9e31bb
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 e9e31bb

Please sign in to comment.