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
This commit is contained in:
reaper 2024-01-30 23:36:17 -06:00
parent f3d512f929
commit 89197a6d67
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
}; };
hosts = { hosts = {
a.ipv4-address = "208.0.113.0"; a.ipv4-address = "203.0.113.0";
b.ipv4-address = "203.0.113.1"; b.ipv4-address = "203.0.113.1";
c.ipv4-address = "203.0.113.2"; c.ipv4-address = "203.0.113.2";
snark.ipv4-address = "208.81.1.141"; snark.ipv4-address = "208.81.1.141";