mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2025-01-04 13:02:09 -05:00
Remove another duplicated entry
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
1662181cfc
commit
a37a21dba7
@ -75,9 +75,6 @@ net.ipv4.conf.*.rp_filter = 1
|
|||||||
net.ipv4.icmp_echo_ignore_all = 0
|
net.ipv4.icmp_echo_ignore_all = 0
|
||||||
net.ipv6.icmp.echo_ignore_all = 0
|
net.ipv6.icmp.echo_ignore_all = 0
|
||||||
|
|
||||||
# Ignore Bogus ICMP responses.
|
|
||||||
net.ipv4.icmp_ignore_bogus_error_responses = 1
|
|
||||||
|
|
||||||
# Enable IP Forwarding.
|
# Enable IP Forwarding.
|
||||||
# Almost all of my servers run Docker anyways, and Docker absolutely requires this.
|
# Almost all of my servers run Docker anyways, and Docker absolutely requires this.
|
||||||
net.ipv4.ip_forward = 1
|
net.ipv4.ip_forward = 1
|
||||||
@ -115,4 +112,4 @@ vm.mmap_rnd_compat_bits = 16
|
|||||||
# https://bugs.archlinux.org/task/62780
|
# https://bugs.archlinux.org/task/62780
|
||||||
# Interestingly enough, Arch does not even have userfaultfd in their kernel, so it is
|
# Interestingly enough, Arch does not even have userfaultfd in their kernel, so it is
|
||||||
# probably not used in the real world at all.
|
# probably not used in the real world at all.
|
||||||
vm.unprivileged_userfaultfd = 0
|
vm.unprivileged_userfaultfd = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user