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:
parent
f3d512f929
commit
89197a6d67
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue