config.py: update the list of supported proxy types

This commit is contained in:
Jose Manuel Delicado 2021-01-22 17:09:39 +01:00
parent 4ab5af2ae9
commit 7f4a13231f

View File

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