delete repeated commands

This commit is contained in:
Raja Grewal 2022-07-19 00:38:32 +10:00
parent c77a2a78bc
commit bb831d57bc
No known key found for this signature in database
GPG Key ID: E34A5801947020A5

View File

@ -84,8 +84,6 @@ net.ipv6.conf.default.accept_redirects=0
## Disables ICMP redirect sending. ## Disables ICMP redirect sending.
net.ipv4.conf.all.send_redirects=0 net.ipv4.conf.all.send_redirects=0
net.ipv4.conf.default.send_redirects=0 net.ipv4.conf.default.send_redirects=0
net.ipv6.conf.all.accept_redirects=0
net.ipv6.conf.default.accept_redirects=0
## Ignores ICMP requests. ## Ignores ICMP requests.
net.ipv4.icmp_echo_ignore_all=1 net.ipv4.icmp_echo_ignore_all=1