fix(unbound): change to IP

This commit is contained in:
2025-09-13 16:29:30 +02:00
parent f6722f4986
commit 8a2be17d09
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ let
if hostname == "ziggy" then
"192.168.88.12"
else if hostname == "sobotka" then
"192.168.88.14"
"192.168.88.15"
else
throw "No IP defined for host ${hostname}";
in