Remove net.ipv4.conf.*.secure_redirects = 0 (#315)

squash
This commit is contained in:
Tommy
2024-07-27 12:38:16 -07:00
committed by GitHub
parent 1106f0e897
commit be1effa83d

View File

@@ -5,7 +5,6 @@ net.ipv4.conf.default.rp_filter = 1
# Disable ICMP Redirect Acceptance
net.ipv4.conf.*.send_redirects = 0
net.ipv4.conf.*.accept_redirects = 0
net.ipv4.conf.*.secure_redirects = 0
net.ipv6.conf.*.accept_redirects = 0
# Enable Log Spoofed Packets, Source Routed Packets, Redirect Packets