mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-18 16:40:41 -06:00
config.py: update the list of supported proxy types
This commit is contained in:
parent
4ab5af2ae9
commit
7f4a13231f
@ -9,7 +9,7 @@ log = logging.getLogger("config")
|
||||
|
||||
MAINFILE = "twblue.conf"
|
||||
MAINSPEC = "app-configuration.defaults"
|
||||
proxyTypes=[u"http", u"https", u"socks4", u"socks5"]
|
||||
proxyTypes = [_("System default"), _("HTTP"), _("SOCKS v4"), _("SOCKS v5"), _("SOCKS v5 with DNS support")]
|
||||
app = None
|
||||
keymap=None
|
||||
changed_keymap = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user