feat(dns01): switch to milkywan network
Some checks failed
Check meta / check_meta (push) Failing after 19s
lint / check (push) Successful in 24s
Check meta / check_meta (pull_request) Failing after 18s
lint / check (pull_request) Successful in 23s
build configuration / build_krz01 (pull_request) Failing after 1m30s

This commit is contained in:
Constantin Gierczak--Galle 2024-12-05 09:38:53 +01:00
parent 9b5c6848c0
commit 6d588d5d80
No known key found for this signature in database
2 changed files with 6 additions and 8 deletions

View file

@ -22,7 +22,7 @@ Routé via SIIT sur le vlan mwan-siit (2520)
| IP | Attribution | Mainteneur |
|----|-------------|------------|
| `.25` | `labcore01` | Maurice |
| `.26` | | |
| `.26` | `dns01` | cst1 |
| `.27` | | |
| `.28` | | |
| `.29` | | |

View file

@ -2,20 +2,18 @@
dns01 = {
interfaces = {
ens18 = {
ipv4 = [
ipv6 = [
{
address = "129.199.146.102";
prefixLength = 24;
address = "2a0e:e701:1120:1000:ffff::45.13.104.26";
prefixLength = 64;
}
];
gateways = [ "129.199.146.254" ];
enableDefaultDNS = true;
gateways = [ "2a0e:e701:1120:1000::1" ];
dns = [ "2a0e:e701:1120:1000::f:1" ];
};
};
#addresses.ipv4 = [ "129.199.146.102" ];
hostId = "1758233d";
};
krz01 = {