summaryrefslogtreecommitdiffstats
path: root/cf
diff options
context:
space:
mode:
Diffstat (limited to 'cf')
-rw-r--r--cf/conf/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 10c44db..7625903 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -6,6 +6,11 @@
<theme>nervecenter</theme>
<sysctl>
<item>
+ <desc>Set the ephemeral port range to be lower.</desc>
+ <tunable>net.inet.ip.portrange.first</tunable>
+ <value>1024</value>
+ </item>
+ <item>
<desc>Drop packets to closed TCP ports without returning a RST</desc>
<tunable>net.inet.tcp.blackhole</tunable>
<value>2</value>
OpenPOWER on IntegriCloud