Skip to content

Commit c512206

Browse files
committed
Allow IPv6
1 parent fcd028d commit c512206

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

debian.sh

-7
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,6 @@ kernel.panic = 10
165165
net.ipv4.tcp_syn_retries = 4
166166
_SYSCTL_
167167

168-
# disable IPv6
169-
cat << _SYSCTL_NO_IPV6_ | sudo tee /etc/sysctl.d/60-wptagent-no-ipv6.conf
170-
net.ipv6.conf.all.disable_ipv6 = 1
171-
net.ipv6.conf.default.disable_ipv6 = 1
172-
net.ipv6.conf.lo.disable_ipv6 = 1
173-
_SYSCTL_NO_IPV6_
174-
175168
cat << _LIMITS_ | sudo tee /etc/security/limits.d/wptagent.conf
176169
# Limits increased for wptagent
177170
* soft nofile 250000

0 commit comments

Comments
 (0)