diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:26 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | e89e47ffe8c3b0090f8996eb9ffbfe1c4cf701c9 (patch) | |
tree | a1200b3815295b91ef4aae34118f7e72bcdf0bda /network | |
parent | d3bb77249da3b81e0608d9d012324e24350c9de0 (diff) |
network/firehol: Fix README.
Diffstat (limited to 'network')
-rw-r--r-- | network/firehol/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/firehol/README b/network/firehol/README index f80cae88cdc8..3759035aaece 100644 --- a/network/firehol/README +++ b/network/firehol/README @@ -55,13 +55,13 @@ sophisticated version of this file see /usr/doc/firehol) >version 5 > >interface eth0 home -> server "dns ftp samba squid dhcp http ssh icmp" accept -> client "samba icmp" accept +> server "dns ftp samba squid dhcp http ssh icmp" accept +> client "samba icmp" accept > >interface ppp+ internet -> server "smtp http ftp" accept -> client allaccept +> server "smtp http ftp" accept +> client allaccept > >router home2internet inface eth0 outface ppp+ -> route all accept +> route all accept |