Add more proxy schemes
This commit is contained in:
parent
d3aab4aa14
commit
22db6a303c
|
@ -40,7 +40,7 @@ def create_proxy_ext(
|
||||||
""" mode: "fixed_servers",\n"""
|
""" mode: "fixed_servers",\n"""
|
||||||
""" rules: {\n"""
|
""" rules: {\n"""
|
||||||
""" singleProxy: {\n"""
|
""" singleProxy: {\n"""
|
||||||
""" scheme: "http",\n"""
|
""" scheme: ["http", "https", "socks4", "socks5"],\n"""
|
||||||
""" host: "%s",\n"""
|
""" host: "%s",\n"""
|
||||||
""" port: parseInt("%s")\n"""
|
""" port: parseInt("%s")\n"""
|
||||||
""" },\n"""
|
""" },\n"""
|
||||||
|
|
Loading…
Reference in New Issue