From 89197a6d67d10accd60064f098d14b6feea50d77 Mon Sep 17 00:00:00 2001 From: reaper Date: Tue, 30 Jan 2024 23:36:17 -0600 Subject: [PATCH] fix IP addresses see https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml for auth list. should be 203.0.113.0/24 --- zones/fudo.ca.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zones/fudo.ca.nix b/zones/fudo.ca.nix index 1d7a1cb..9213f72 100644 --- a/zones/fudo.ca.nix +++ b/zones/fudo.ca.nix @@ -6,7 +6,7 @@ }; hosts = { - a.ipv4-address = "208.0.113.0"; + a.ipv4-address = "203.0.113.0"; b.ipv4-address = "203.0.113.1"; c.ipv4-address = "203.0.113.2"; snark.ipv4-address = "208.81.1.141";