diff options
-rw-r--r-- | share/examples/pf/pf.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/pf/pf.conf b/share/examples/pf/pf.conf index bd3091b..ad494c7 100644 --- a/share/examples/pf/pf.conf +++ b/share/examples/pf/pf.conf @@ -32,3 +32,4 @@ #pass in on $ext_if proto tcp to ($ext_if) port ssh #pass in log on $ext_if proto tcp to ($ext_if) port smtp #pass out log on $ext_if proto tcp from ($ext_if) to port smtp +#pass in on $ext_if proto icmp to ($ext_if) |