diff options
-rw-r--r-- | modules/router.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/router.nix b/modules/router.nix index 35274eb..4dd23a5 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -149,8 +149,7 @@ let script = '' ip -6 rule add fwmark ${toString heMark} table main priority 19000 suppress_prefixlength 0 || true ip -6 rule add fwmark ${toString heMark} table he priority 20000 || true - # ip -6 route replace default dev he0 table he - # ip -6 route replace default dev he0 metric 1 + ip -6 route replace default dev he0 table he # ip rule add fwmark ${toString vpnMark} table vpn || true # ip -6 rule add fwmark ${toString vpnMark} table vpn || true |