summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 1d6ba32..8ed2e76 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -108,7 +108,7 @@ let
script = ''
ip -6 rule add fwmark ${toString heMark} table he || true
ip -6 route replace default dev he0 table he
- ip -6 route replace default dev he0 metric 0
+ ip -6 route replace default dev he0 metric 1
# ip rule add fwmark ${toString vpnMark} table vpn || true
# ip -6 rule add fwmark ${toString vpnMark} table vpn || true