{renge,vueko}: Use correct IPv6 address

nazuna
Simon Bruder 2023-08-12 01:00:37 +02:00
parent 1ea28cf4b6
commit 0f6a9a1bee
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
name = "eth0";
DHCP = "yes";
domains = [ "sbruder.de" ];
address = [ "2a01:4f8:1c1e:88cd::/64" ];
address = [ "2a01:4f8:1c1e:88cd::1/64" ];
gateway = [ "fe80::1" ];
};
};

View File

@ -40,7 +40,7 @@
name = "eth0";
DHCP = "yes";
domains = [ "sbruder.de" ];
address = [ "2a01:4f8:c012:2f4::/64" ];
address = [ "2a01:4f8:c012:2f4::1/64" ];
gateway = [ "fe80::1" ];
};
};