summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2008-08-03 19:01:07 +0000
committerdanger <danger@FreeBSD.org>2008-08-03 19:01:07 +0000
commitb6a62e0a11ac0c1d7169a8277b0f6dbd5cd84899 (patch)
tree3543622834a217f99e05ab3b4b5933726bbbe9f4 /etc/rc.firewall
parentd95c118b83b9227e11b22b271e9a8fb9f29a0ed7 (diff)
downloadFreeBSD-src-b6a62e0a11ac0c1d7169a8277b0f6dbd5cd84899.zip
FreeBSD-src-b6a62e0a11ac0c1d7169a8277b0f6dbd5cd84899.tar.gz
- back out my last commit as it seems to be wrong.
Spotted by: das
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index df8a572..fe678fc 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -194,7 +194,6 @@ case ${firewall_type} in
${fwcmd} add deny tcp from any to any setup
# Allow DNS queries out in the world
- ${fwcmd} add pass tcp from me to any 53 setup keep-state
${fwcmd} add pass udp from me to any 53 keep-state
# Allow NTP queries out in the world
@@ -295,7 +294,6 @@ case ${firewall_type} in
${fwcmd} add pass tcp from any to any setup
# Allow DNS queries out in the world
- ${fwcmd} add pass tcp from ${oip} to any 53 setup keep-state
${fwcmd} add pass udp from ${oip} to any 53 keep-state
# Allow NTP queries out in the world
OpenPOWER on IntegriCloud