[tor-commits] [flashproxy/master] Finish updating to newer shorewall6 syntax.

dcf at torproject.org dcf at torproject.org
Wed Sep 25 21:49:26 UTC 2013


commit 54ed4151d87e1238d87303169bb0abd896408ec8
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Sep 25 14:48:14 2013 -0700

    Finish updating to newer shorewall6 syntax.
    
    From http://shorewall.net/manpages6/shorewall6-rules.html:
    	Example: FTP(ACCEPT).
    
    	The older syntax where the macro name and the target are
    	separated by a slash (e.g. FTP/ACCEPT) is still allowed but is
    	deprecated.
---
 doc/facilitator-howto.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt
index 9c2b274..8bafce9 100644
--- a/doc/facilitator-howto.txt
+++ b/doc/facilitator-howto.txt
@@ -72,8 +72,8 @@ HTTPS(ACCEPT)	net	$FW
 	# cp /usr/share/doc/shorewall6/examples/Universal/{interfaces,policy,rules,zones} .
 	Edit /etc/shorewall6/rules:
 SECTION NEW
-SSH/ACCEPT	all	$FW
-HTTPS/ACCEPT	all	$FW
+SSH(ACCEPT)	all	$FW
+HTTPS(ACCEPT)	all	$FW
 
 Edit /etc/default/shorewall and /etc/default/shorewall6 and set
 



More information about the tor-commits mailing list