On Mon, 26 Sep 2011 09:48:20 +0330 Hassan Monfared <[email protected]> wrote:
> Hi,
> Any idea for denying connection initiation to outside from any web
> server protected by PF? ( wanna block Trojans and reverse connections
> while incomming http traffic is allowed) .
block all
pass in on $if from any to ($if)
will block it as you wish.
--
With best regards,
Gregory Edigarov

