GFWList2Surge icon indicating copy to clipboard operation
GFWList2Surge copied to clipboard

Convert GFWList to Surge conf file

Results 2 GFWList2Surge issues
Sort by recently updated
recently updated
newest added

tanbofandeMacBook-Pro:GFWList2Surge tanbofan$ python main.py -i gfwlist.txt -f surge.conf -p "SOCKS5 192.168.1.17:1080;" --user-rule myrule --surge-proxy-name "proxy1" "proxy2" --surge-proxy "custom, 1.2.3.4, 443, rc4-md5, password" "custom, 1.2.3.4, 443, rc4-md5, password" --apple-dns apple-cdn-speed.report Traceback...

Traceback (most recent call last): File "main.py", line 238, in main() File "main.py", line 196, in main with open(args.user_rule, 'rb') as f: IOError: [Errno 2] No such file or directory:...