summaryrefslogtreecommitdiff
path: root/tools/update-dns.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update-dns.sh')
-rwxr-xr-xtools/update-dns.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/update-dns.sh b/tools/update-dns.sh
index fa3f4e5..a08ac26 100755
--- a/tools/update-dns.sh
+++ b/tools/update-dns.sh
@@ -22,7 +22,8 @@ ip_4="$(ip -br -4 addr list dev ${INTERFACE} | awk -F' *|/' '{print $3}')"
if [[ -n "$ip_4" ]]; then
update A $(hostname).dynamic.orbekk.com $ip_4
fi
-ip_6="$(ip -br -6 addr list scope global dev ${INTERFACE} | awk -F' *|/' '{print $3}')"
+ip_6="2001:470:8e2e:20::d"
+#ip_6="$(ip -br -6 addr list scope global dev ${INTERFACE} | awk -F' *|/' '{print $3}')"
if [[ -n "$ip_6" ]]; then
update AAAA $(hostname).dynamic.orbekk.com $ip_6
fi