- back out my last commit as it seems to be wrong.

Spotted by: das
This commit is contained in:
Daniel Gerzo 2008-08-03 19:01:07 +00:00
parent e142bd0ec9
commit 1f696cd2bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181260

View File

@ -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