mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
extend disabling ICMP redirects
This commit is contained in:
parent
ec2cbbdb4e
commit
51a4f8ca7a
@ -20,10 +20,9 @@ net.ipv4.tcp_orphan_retries = 6
|
||||
|
||||
net.ipv4.ip_local_port_range = 1024 65535
|
||||
|
||||
net.ipv4.conf.all.send_redirects = 0
|
||||
net.ipv4.conf.default.send_redirects = 0
|
||||
net.ipv4.conf.all.accept_redirects = 0
|
||||
net.ipv4.conf.default.accept_redirects = 0
|
||||
net.ipv4.conf.*.send_redirects = 0
|
||||
net.ipv4.conf.*.accept_redirects = 0
|
||||
net.ipv6.conf.*.accept_redirects = 0
|
||||
|
||||
net.netfilter.nf_conntrack_tcp_loose = 0
|
||||
net.netfilter.nf_conntrack_tcp_timeout_established = 14400
|
||||
|
Loading…
Reference in New Issue
Block a user