shinobu/router: Fix naming of subnets in rules

This has no practical effect, but did cause confusion.
nazuna
Simon Bruder 2023-09-21 11:31:00 +02:00
parent a39a2ba616
commit 1c24743911
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

View File

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