get more leeway for routing rules
This commit is contained in:
parent
5d77284d48
commit
6f505b2e6a
1 changed files with 3 additions and 3 deletions
|
@ -222,7 +222,7 @@
|
||||||
FirewallMark = 34952; # 0x8888
|
FirewallMark = 34952; # 0x8888
|
||||||
InvertRule = true;
|
InvertRule = true;
|
||||||
Table = "1000";
|
Table = "1000";
|
||||||
Priority = 10;
|
Priority = 100;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -230,14 +230,14 @@
|
||||||
Family = "both";
|
Family = "both";
|
||||||
SuppressPrefixLength = 0;
|
SuppressPrefixLength = 0;
|
||||||
Table = "main";
|
Table = "main";
|
||||||
Priority = 9;
|
Priority = 90;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
] ++ map
|
] ++ map
|
||||||
(net: {
|
(net: {
|
||||||
# only route global addresses over VPN
|
# only route global addresses over VPN
|
||||||
routingPolicyRuleConfig = {
|
routingPolicyRuleConfig = {
|
||||||
Priority = 8;
|
Priority = 80;
|
||||||
To = net;
|
To = net;
|
||||||
};
|
};
|
||||||
}) [
|
}) [
|
||||||
|
|
Loading…
Add table
Reference in a new issue