Typo police.

Added links to O'Reilly & Associates and Addison-Wesley's web sites
to accompany the book recommendations.
This commit is contained in:
Alexander Langer 1997-04-27 20:12:34 +00:00
parent d061973c76
commit b33b5868a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25203

View File

@ -1,6 +1,6 @@
############
# Setup system for firewall service.
# $Id: rc.firewall,v 1.8 1997/02/23 09:20:47 peter Exp $
# $Id: rc.firewall,v 1.9 1997/04/27 03:59:14 jkh Exp $
############
#
@ -23,6 +23,7 @@
#
# O'Reilly & Associates, Inc
# ISBN 1-56592-124-0
# http://www.ora.com
#
# For a more advanced treatment of Internet Security read:
#
@ -32,6 +33,7 @@
#
# Addison-Wesley
# ISBN 0-201-6337-4
# http://www.awl.com
#
############
@ -92,7 +94,7 @@ elif [ "${firewall}" = "client" ]; then
/sbin/ipfw add pass udp from any 123 to ${ip}
/sbin/ipfw add pass udp from ${ip} to any 123
# Everyting else is denied as default.
# Everything else is denied as default.
elif [ "${firewall}" = "simple" ]; then
@ -149,6 +151,6 @@ elif [ "${firewall}" = "simple" ]; then
/sbin/ipfw add pass udp from any 123 to ${oip}
/sbin/ipfw add pass udp from ${oip} to any 123
# Everyting else is denied as default.
# Everything else is denied as default.
fi