changed route table to 1005

This commit is contained in:
2026-02-03 14:23:46 -07:00
parent df376a1284
commit a7c519674c

View File

@@ -46,7 +46,7 @@ class Config:
vpnd_uplink_table_id: str | None
vpnd_enforce_split_tunnel: bool
split_enforcement_table = 900
split_enforcement_table = 1005
# This is well below what systemd-networkd will use by default, so these rules will take precedence.
# Access through the non-private property for auto-incrementing!!!
_routingpolicyrule_prio = 16000