mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-30 19:51:34 +00:00
config.py: update the list of supported proxy types
This commit is contained in:
@@ -9,7 +9,7 @@ log = logging.getLogger("config")
|
|||||||
|
|
||||||
MAINFILE = "twblue.conf"
|
MAINFILE = "twblue.conf"
|
||||||
MAINSPEC = "app-configuration.defaults"
|
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
|
app = None
|
||||||
keymap=None
|
keymap=None
|
||||||
changed_keymap = False
|
changed_keymap = False
|
||||||
|
Reference in New Issue
Block a user