Apply proxy settings before TWBlue main components start loading

This commit is contained in:
Jose Manuel Delicado
2021-01-22 17:40:48 +01:00
parent 7f4a13231f
commit b59d262dca
3 changed files with 14 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ log = logging.getLogger("config")
MAINFILE = "twblue.conf"
MAINSPEC = "app-configuration.defaults"
proxyTypes = [_("System default"), _("HTTP"), _("SOCKS v4"), _("SOCKS v5"), _("SOCKS v5 with DNS support")]
proxyTypes = ["system", "HTTP", "SOCKS4", "SOCKS5", "SOCKS5H"]
app = None
keymap=None
changed_keymap = False