100 current 2025-10-08 16:24:55 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -47,10 +47,17 @@ in
|
|||||||
endpoint = "149.88.22.129:51820";
|
endpoint = "149.88.22.129:51820";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
} ];
|
} ];
|
||||||
#postSetup = ''
|
postUp = ''
|
||||||
# # Remove default route that wg might add
|
ip rule add fwmark 0xca6c table 51820
|
||||||
# ip route del default dev wg-mullvad 2>/dev/null || true
|
ip route add default dev wg_mex table 51820
|
||||||
#'';
|
ip route add 10.10.0.0/24 dev enp89s0 table 51820
|
||||||
|
'';
|
||||||
|
|
||||||
|
postDown = ''
|
||||||
|
ip rule delete fwmark 0xca6c table 51820
|
||||||
|
ip route flush table 51820
|
||||||
|
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user