diff options
| -rw-r--r-- | etc/defaults/rc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index ecaa31a9c286..0299238b16e5 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -81,11 +81,11 @@ ipfs_flags="" # additional flags for ipfs tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions. log_in_vain="0" # >=1 to log connects to ports w/o listeners. tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO). -# For the following two options, you need to have TCP_DROP_SYNFIN and -# TCP_RESTRICT_RST set in your kernel. Please refer to LINT for details. +# For the following option you need to have TCP_DROP_SYNFIN set in your +# kernel. Please refer to LINT and NOTES for details. tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN # NOTE: this violates the TCP specification -icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets +icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets network_interfaces="auto" # List of network interfaces (or "auto"). cloned_interfaces="" # List of cloned network interfaces to create. |
