mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-19 05:24:28 +05:00
Some fixes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user