Compare commits
No commits in common. "f2a174750777b40dc55803f0f06853b1472ab1ff" and "2c3b7854891e6e940c7eacfc83e5a759aa368af3" have entirely different histories.
f2a1747507
...
2c3b785489
2 changed files with 6 additions and 6 deletions
|
@ -11,14 +11,14 @@
|
||||||
];
|
];
|
||||||
ipv6.addresses = [
|
ipv6.addresses = [
|
||||||
{
|
{
|
||||||
address = "2a07:c481:1:d0::66";
|
address = "2a07:c481:1:2::66";
|
||||||
prefixLength = 64;
|
prefixLength = 64;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
defaultGateway = "10.31.208.1";
|
defaultGateway = "10.31.208.1";
|
||||||
defaultGateway6 = "2a07:c481:1:d0::1";
|
defaultGateway6 = "2a07:c481:1:2::66";
|
||||||
nameservers = [ "10.31.208.1" "2a07:c481:1:d0::1" ];
|
nameservers = [ "10.31.208.1" "2a07:c481:1:2::66" ];
|
||||||
search = [ "z9.ccchh.net" ];
|
search = [ "z9.ccchh.net" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -11,14 +11,14 @@
|
||||||
];
|
];
|
||||||
ipv6.addresses = [
|
ipv6.addresses = [
|
||||||
{
|
{
|
||||||
address = "2a07:c481:1:ce::a";
|
address = "2a07:c481:1:1::a";
|
||||||
prefixLength = 64;
|
prefixLength = 64;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
defaultGateway = "10.31.206.1";
|
defaultGateway = "10.31.206.1";
|
||||||
defaultGateway6 = "2a07:c481:1:ce::1";
|
defaultGateway6 = "2a07:c481:1:1::1";
|
||||||
nameservers = [ "10.31.206.1" "2a07:c481:1:ce::1" ];
|
nameservers = [ "10.31.206.1" "2a07:c481:1:1::1" ];
|
||||||
search = [ "z9.ccchh.net" ];
|
search = [ "z9.ccchh.net" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue