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

8 lines
301 B
Plaintext
Raw Normal View History

2023-04-18 13:56:43 +02:00
# This file is created by
2023-12-02 21:39:50 +01:00
# https://github.com/kevinveenbirkenbach/cymais/tree/main/roles/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