summaryrefslogtreecommitdiff
path: root/roles/install_wireguard_vpn/templates/up.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_wireguard_vpn/templates/up.sh.j2')
-rw-r--r--roles/install_wireguard_vpn/templates/up.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_wireguard_vpn/templates/up.sh.j2 b/roles/install_wireguard_vpn/templates/up.sh.j2
index c57d16f..7aaa380 100644
--- a/roles/install_wireguard_vpn/templates/up.sh.j2
+++ b/roles/install_wireguard_vpn/templates/up.sh.j2
@@ -5,5 +5,5 @@ ip -6 rule add from {{ wireguard_vpn_client_range }} table ffmyk priority 10
ip -6 rule add from all iif wgmyk type unreachable priority 200
-ip -6 route add {{ wireguard_vpn_client_range }} table ffmyk dev wgmyk
+ip -6 route add {{ wireguard_vpn_client_range }} table ffmyk dev wgmyk proto static
systemctl restart named.service