diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-11-09 16:43:54 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-11-09 16:43:54 +0530 |
| commit | 7cf4cc6ae6b68cb206a65221b4ac9b4a3ea2e583 (patch) | |
| tree | 51eb066935a3c334151fa7f0fe9121d5a6b9b609 | |
| parent | ed2154b4c16552c2ac543c6948709c6f80f74328 (diff) | |
| -rw-r--r-- | os/kay/modules/dns/ddns.nix | 2 |
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 |
