Skip to content

Commit

Permalink
Allow IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Oct 2, 2024
1 parent fcd028d commit c512206
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c512206

Please sign in to comment.