fix(wireguard): fix subdomain wireguard ipv4
All checks were successful
/ check (push) Successful in 20s
All checks were successful
/ check (push) Successful in 20s
This commit is contained in:
parent
e2bf80da35
commit
73d14e8948
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue