patch-portsentry_conf 677 B

1234567891011121314151617
  1. $OpenBSD: patch-portsentry_conf,v 1.1 2006/10/27 09:49:27 aanriot Exp $
  2. --- portsentry.conf.orig Fri May 23 20:10:13 2003
  3. +++ portsentry.conf Wed Oct 25 22:02:13 2006
  4. @@ -211,10 +211,10 @@ BLOCK_TCP="1"
  5. #KILL_ROUTE="/sbin/ipfw add 1 deny all from $TARGET$:255.255.255.255 to any"
  6. #
  7. #
  8. -# For those running ipfilt (OpenBSD, etc.)
  9. +# For those running pf (OpenBSD, etc.)
  10. # NOTE THAT YOU NEED TO CHANGE external_interface TO A VALID INTERFACE!!
  11. #
  12. -#KILL_ROUTE="/bin/echo 'block in log on external_interface from $TARGET$/32 to any' | /sbin/ipf -f -"
  13. +#KILL_ROUTE="/bin/echo 'block in log on external_interface from $TARGET$/32 to any' | /sbin/pfctl -f -"
  14. ###############