diff options
author | Daniel Gerzo <danger@FreeBSD.org> | 2008-08-03 19:01:07 +0000 |
---|---|---|
committer | Daniel Gerzo <danger@FreeBSD.org> | 2008-08-03 19:01:07 +0000 |
commit | 1f696cd2bc184000f97c9543f499eb60d2d8038f (patch) | |
tree | 3543622834a217f99e05ab3b4b5933726bbbe9f4 | |
parent | e142bd0ec91facabc2d14f1f7e1ff8fd995caf73 (diff) |
Notes
-rw-r--r-- | etc/rc.firewall | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index df8a5723b9b02..fe678fcea9359 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 |