Optimized wireguard roles

This commit is contained in:
2023-04-18 18:24:55 +02:00
parent 9f1a4c6fdb
commit 1e5b9317d7
17 changed files with 54 additions and 71 deletions

View File

@@ -0,0 +1,8 @@
# This file is created by
# https://github.com/kevinveenbirkenbach/computer-playbook/tree/main/roles/pc_application-wireguard
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.all.forwarding = 1
net.ipv4.ip_forward = 1