summaryrefslogtreecommitdiff
path: root/etc/pf.conf
blob: 011336cbd4d6e937cdadf31f50114af4509f30a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: pf.conf,v 1.54 2014/08/23 05:49:42 deraadt Exp $
#
# See pf.conf(5) and /etc/examples/pf.conf

set skip on lo

block return	# block stateless traffic
pass		# establish keep-state

# By default, do not permit remote connections to X11
block return in on ! lo0 proto tcp to port 6000:6010