mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 02:09:22 +00:00
Apply proxy settings before TWBlue main components start loading
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user