Small fixes. Support for socks4a proxies

This commit is contained in:
Jose Manuel Delicado
2021-01-22 17:54:47 +01:00
parent b59d262dca
commit fbcba39e69
3 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ log = logging.getLogger("config")
MAINFILE = "twblue.conf"
MAINSPEC = "app-configuration.defaults"
proxyTypes = ["system", "HTTP", "SOCKS4", "SOCKS5", "SOCKS5H"]
proxyTypes = ["system", "http", "socks4", "socks4a", "socks5", "socks5h"]
app = None
keymap=None
changed_keymap = False