From 64b402efae45e4ccd7cc24c0bf0682d8a4283026 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 18:51:45 -0400 Subject: fix --- modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3