Changeset - 0b39c4acbbdd
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-07-13 02:59:12
dennis.fink@c3l.lu
Added scramblesuit to python client
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Scripts/update_server.py
Show inline comments
 
@@ -7,7 +7,7 @@ import requests
 

	
 
from ast import literal_eval
 

	
 
OBFS_REGEX = re.compile(r'^ServerTransportPlugin obfs2,obfs3')
 
OBFS_REGEX = re.compile(r'^ServerTransportPlugin (obfs\d+|scramblesuit)')
 

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