(no title)
sliken | 1 month ago
I find it useful, mine does change periodically, but I just have a script that Updates DNS when it changes:
nsupdate -v -y "${KEY_ALGO}:${KEY_NAME}:${KEY_SECRET}" <<EOF
server $DNS_SERVER
zone $ZONE
update delete $RECORD AAAA
update add $RECORD 300 AAAA $CURRENT_IP
show
send
EOF
Sure some services might notice for a bit, but it's plenty good for me.
przmk|1 month ago
kstrauser|1 month ago
https://en.wikipedia.org/wiki/Unique_local_address
magicalhippo|1 month ago
I also have a dynamic IPv6 prefix. That one changes at least once a week, regardless.