From c5122065e1698eb8062b80302ec3cd79d76fad92 Mon Sep 17 00:00:00 2001 From: Patrick Meenan Date: Wed, 2 Oct 2024 12:12:16 -0400 Subject: [PATCH] Allow IPv6 --- debian.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debian.sh b/debian.sh index bd043ed..ea68c05 100755 --- a/debian.sh +++ b/debian.sh @@ -165,13 +165,6 @@ kernel.panic = 10 net.ipv4.tcp_syn_retries = 4 _SYSCTL_ -# disable IPv6 -cat << _SYSCTL_NO_IPV6_ | sudo tee /etc/sysctl.d/60-wptagent-no-ipv6.conf -net.ipv6.conf.all.disable_ipv6 = 1 -net.ipv6.conf.default.disable_ipv6 = 1 -net.ipv6.conf.lo.disable_ipv6 = 1 -_SYSCTL_NO_IPV6_ - cat << _LIMITS_ | sudo tee /etc/security/limits.d/wptagent.conf # Limits increased for wptagent * soft nofile 250000