Make sure private networks don't overlap
This commit is contained in:
parent
e79b9e9640
commit
d92c8ba12b
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
gateway-v4 = "208.81.3.113";
|
gateway-v4 = "208.81.3.113";
|
||||||
network = "208.81.3.112/28";
|
network = "208.81.3.112/28";
|
||||||
private-network = "10.2.0.0/16;"
|
private-network = "10.2.0.0/16";
|
||||||
nameservers = [ "208.81.7.14" "1.1.1.1" ];
|
nameservers = [ "208.81.7.14" "1.1.1.1" ];
|
||||||
timezone = "America/Winnipeg";
|
timezone = "America/Winnipeg";
|
||||||
deploy-pubkeys = [
|
deploy-pubkeys = [
|
||||||
|
Loading…
Reference in New Issue
Block a user