[BACK]Return to pf.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/pf.conf between version 1.52 and 1.53

version 1.52, 2013/02/13 23:11:14 version 1.53, 2014/01/25 10:28:36
Line 16 
Line 16 
 # anchor for relayd(8)  # anchor for relayd(8)
 #anchor "relayd/*"  #anchor "relayd/*"
   
 block           # block stateless traffic  block return    # block stateless traffic
 pass            # establish keep-state  pass            # establish keep-state
   
 # rules for spamd(8)  # rules for spamd(8)
Line 32 
Line 32 
 #block in quick from urpf-failed to any # use with care  #block in quick from urpf-failed to any # use with care
   
 # By default, do not permit remote connections to X11  # By default, do not permit remote connections to X11
 block in on ! lo0 proto tcp to port 6000:6010  block return in on ! lo0 proto tcp to port 6000:6010

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53