shinobu/router: Fix naming of subnets in rules

This has no practical effect, but did cause confusion.
This commit is contained in:
Simon Bruder 2023-09-21 11:31:00 +02:00
parent a39a2ba616
commit 1c24743911
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -223,7 +223,7 @@ in
# LAN (v4) # LAN (v4)
{ {
routingPolicyRuleConfig = { routingPolicyRuleConfig = {
To = "10.80.0.0/24"; To = "10.80.1.0/24";
Priority = 9; Priority = 9;
}; };
} }
@ -237,7 +237,7 @@ in
# wg-home # wg-home
{ {
routingPolicyRuleConfig = { routingPolicyRuleConfig = {
To = "10.80.1.0/24"; To = "10.80.0.0/24";
Priority = 9; Priority = 9;
}; };
} }