summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os/kay/modules/dns/ddns.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kay/modules/dns/ddns.nix b/os/kay/modules/dns/ddns.nix
index 4a8fe5d..9e1b6ec 100644
--- a/os/kay/modules/dns/ddns.nix
+++ b/os/kay/modules/dns/ddns.nix
@@ -10,7 +10,7 @@
];
text = ''
- while ! ipv6="$(ip -6 addr show dev "$1" scope global | grep -o '[0-9a-f:]*::1')"; do
+ while ! ipv6="$(ip -6 addr show dev "$1" scope global | grep -o '[0-9a-f:]*::1337')"; do
sleep 0.2
done