summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-07 18:51:45 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-07 18:51:45 -0400
commit64b402efae45e4ccd7cc24c0bf0682d8a4283026 (patch)
treeedc7140814c040800b48c51a34d535733b2d864e /modules
parentbc3a6af27beecf8ed02dbd3a001cd5397bb6c6d1 (diff)
fix
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