disable IPv4-mapped IPv6 addresses by default

This commit is contained in:
Daniel Micay 2024-04-25 10:33:11 -04:00
parent 2c2943cc3e
commit bab3f0c14a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
net.ipv6.bindv6only = 1
net.ipv4.ip_local_port_range = 1024 65535
net.ipv4.conf.*.send_redirects = 0