fix: Update tayga address
This commit is contained in:
parent
081084648f
commit
e4402eaf19
@ -23,16 +23,16 @@
|
|||||||
address = "10.64.0.1";
|
address = "10.64.0.1";
|
||||||
};
|
};
|
||||||
pool = {
|
pool = {
|
||||||
address = "10.64.0.1";
|
address = "10.64.0.0";
|
||||||
prefixLength = 16;
|
prefixLength = 16;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ipv6 = {
|
ipv6 = {
|
||||||
router = {
|
router = {
|
||||||
address = "fc00:6464::1";
|
address = "64::ff9b::1";
|
||||||
};
|
};
|
||||||
pool = {
|
pool = {
|
||||||
address = "fc00:6464::";
|
address = "64:ff9b::";
|
||||||
prefixLength = 96;
|
prefixLength = 96;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user