mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 05:09:23 +01:00
sysctl.d/99-enable-ipv6.conf: workaround NordVPN
This commit is contained in:
parent
5c1dce8d36
commit
7d48ac8a1a
7
etc/sysctl.d/99-enable-ipv6.conf
Normal file
7
etc/sysctl.d/99-enable-ipv6.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# This is only required because of NordVPN
|
||||||
|
net.ipv6.conf.all.disable_ipv6 = 0
|
||||||
|
net.ipv6.conf.default.disable_ipv6 = 0
|
||||||
|
net.ipv6.conf.lo.disable_ipv6 = 0
|
||||||
|
net.ipv6.conf.tun0.disable_ipv6 = 0
|
||||||
|
net.ipv6.conf.nordlynx.disable_ipv6 = 0
|
||||||
|
net.ipv6.conf.yggdrasil.disable_ipv6 = 0
|
Loading…
Reference in New Issue
Block a user