diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2022-12-20 13:09:39 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2022-12-20 13:09:39 +0100 |
commit | 82e6f06b6bc5ab3baeb7b40fc4cd4afc44069e48 (patch) | |
tree | 3e4f140aa36502a337a963cf7c5fcfd48a33cb17 /roles/install_wireguard_vpn/templates/up.sh.j2 | |
parent | aa15d8285c715478885224a4fb52d97dd3161774 (diff) |
ff-uniko1
Diffstat (limited to 'roles/install_wireguard_vpn/templates/up.sh.j2')
-rw-r--r-- | roles/install_wireguard_vpn/templates/up.sh.j2 | 2 |
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 |