wait shouldn't the subnet be x.x.x.0?

This commit is contained in:
Lyn 2024-11-14 03:20:02 +01:00
parent 4a5c9228d1
commit cda6fff78b

View file

@ -7,7 +7,7 @@
#subnets routed through wireguard #subnets routed through wireguard
wg_subnets = { wg_subnets = {
IPv4 = "10.35.0.1/24"; IPv4 = "10.35.0.0/24";
IPv6 = "fd1a:acab:cafe:1337::/64"; IPv6 = "fd1a:acab:cafe:1337::/64";
}; };
@ -22,7 +22,7 @@
v4 = { v4 = {
public = "78.47.226.47"; 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 # 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 = { v6 = {
public = "2a01:4f8:1c1b:d2db::"; public = "2a01:4f8:1c1b:d2db::";