Some fixes

This commit is contained in:
itdoginfo
2024-01-12 13:33:19 +03:00
parent fd311b1c95
commit 388ad72492
2 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
{% if tunnel == "wg" %}
ip route add table vpn default dev wg0
{% elif (tunnel == "openvpn") or (tunnel == "singbox") or (tunnel == "tun2socks") %}
sleep 5
sleep 10
ip route add table vpn default dev tun0
{% endif %}