Changeset - a3e0d30e6906
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-07-16 19:57:17
dennis.fink@c3l.lu
Fix flashproxy in update script
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Scripts/update_server.py
Show inline comments
 
@@ -9,7 +9,7 @@ from ast import literal_eval
 

	
 
OBFS_REGEX = re.compile(r'^ServerTransportPlugin (obfs\d+|scramblesuit)')
 
FTEPROXY_REGEX = re.compile(r'^ServerTransportPlugin fte')
 
FLASHPROXY_REGEX = re.compile(r'^ServerTransportPlugin webproxy')
 
FLASHPROXY_REGEX = re.compile(r'^ServerTransportPlugin websocket')
 
MEEKPROXY_REGEX = re.compile(r'^ServerTransportPlugin meek')
 

	
 
IP_REGEX = re.compile(r'^(OutboundBindAddress)\ (\d{1,3}\.\d{1,3}\.\d{1,3}\.'
0 comments (0 inline, 0 general)