Browse Source

Update pf.rst

FusionPBX 7 years ago
parent
commit
9f66a61c6f
1 changed files with 6 additions and 5 deletions
  1. 6 5
      source/firewall/pf.rst

+ 6 - 5
source/firewall/pf.rst

@@ -30,14 +30,15 @@ Basic Rules
 | ``pass in quick inet proto udp from any to any port 5080 keep state``
 | ``pass in quick inet proto udp from any to any port 5080 keep state``
 | ``pass in quick inet proto udp from any to any port 16384:32768 keep state``
 | ``pass in quick inet proto udp from any to any port 16384:32768 keep state``
 
 
-Additional Commands
-^^^^^^^^^^^^^^^^^^^
 
 
-Disable pf
+Disable
+^^^^^^^^^^
 pfctl -d 
 pfctl -d 
 
 
-Enable pf
+Enable
+^^^^^^^^^
 pfctl -e
 pfctl -e
 
 
-Show the firewall rules
+Show Rules
+^^^^^^^^^^
 pfctl -s rules
 pfctl -s rules