add public ip neo

neo
Lzebulon 2025-01-27 02:15:05 +01:00 committed by RatCornu
parent 0623f60c3a
commit 5acc5cb8ec
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 11 additions and 3 deletions

View File

@ -27,18 +27,26 @@
ipv4 = {
addresses = [
{
address = "172.16.3.141";
prefixLength = 24;
address = "185.230.79.11";
prefixLength = 26;
}
];
routes = [
{
address = "0.0.0.0";
via = "172.16.3.99";
via = "185.230.79.62";
prefixLength = 0;
}
];
};
ipv6 = {
addresses = [
{
address = "2a0c:700:2:ff:fe01:4102";
prefixLength = 64;
}
];
};
};
};