fix(wireguard): fix subdomain wireguard ipv4
All checks were successful
/ check (push) Successful in 20s

This commit is contained in:
Lzebulon 2025-11-23 19:29:52 +01:00
parent e2bf80da35
commit 73d14e8948
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D

View file

@ -13,7 +13,7 @@ in
enable = true;
interfaces = {
wg0 = {
ips = ["10.100.10.2/24" "fd00::2/7"];
ips = ["10.100.0.2/24" "fd00::2/7"];
listenPort = listenPort;