computer-playbook/roles/pc_application-wireguard/files/wireguard-ip.conf

8 lines
325 B
Plaintext
Raw Normal View History

2023-04-18 13:56:43 +02:00
# This file is created by
2023-04-18 15:19:32 +02:00
# https://github.com/kevinveenbirkenbach/client-playbook/tree/main/roles/pc_application-wireguard
2023-04-18 13:56:43 +02:00
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