wait shouldn't the subnet be x.x.x.0?
This commit is contained in:
parent
4a5c9228d1
commit
cda6fff78b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#subnets routed through wireguard
|
||||
wg_subnets = {
|
||||
IPv4 = "10.35.0.1/24";
|
||||
IPv4 = "10.35.0.0/24";
|
||||
IPv6 = "fd1a:acab:cafe:1337::/64";
|
||||
};
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
v4 = {
|
||||
public = "78.47.226.47";
|
||||
# we use 10.35.0.0/16 as a range for private subnets, specifically 10.35.0.0/24 for wireguard peers
|
||||
internal = "10.35.0.1";
|
||||
internal = "10.35.0.3";
|
||||
};
|
||||
v6 = {
|
||||
public = "2a01:4f8:1c1b:d2db::";
|
||||
|
|
Loading…
Reference in a new issue