Add more proxy schemes

This commit is contained in:
Michael Mintz 2025-02-07 22:03:44 -05:00
parent d3aab4aa14
commit 22db6a303c
1 changed files with 1 additions and 1 deletions

View File

@ -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"""