feat(dns01): switch to milkywan network (#7)
Some checks failed
Check meta / check_meta (push) Failing after 20s
lint / check (push) Successful in 24s
build configuration / build_krz01 (push) Failing after 1m29s

Reviewed-on: #7
Co-authored-by: Constantin Gierczak--Galle <git.cst1@mailbox.org>
Co-committed-by: Constantin Gierczak--Galle <git.cst1@mailbox.org>
This commit is contained in:
Constantin Gierczak--Galle 2024-12-05 09:39:28 +01:00 committed by cst1
parent 9b5c6848c0
commit 51aaa9a80d
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 | | IP | Attribution | Mainteneur |
|----|-------------|------------| |----|-------------|------------|
| `.25` | `labcore01` | Maurice | | `.25` | `labcore01` | Maurice |
| `.26` | | | | `.26` | `dns01` | cst1 |
| `.27` | | | | `.27` | | |
| `.28` | | | | `.28` | | |
| `.29` | | | | `.29` | | |

View file

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