mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Add auth and version support to socks proxy (#883)
* Add auth support to socsk proxy * better logging * fix lint issue * implement fixes and version * add to test reference too
This commit is contained in:
@@ -4,8 +4,11 @@ server.port = 4567
|
||||
|
||||
# Socks5 proxy
|
||||
server.socksProxyEnabled = false
|
||||
server.socksProxyVersion = 5 # 4 or 5
|
||||
server.socksProxyHost = ""
|
||||
server.socksProxyPort = ""
|
||||
server.socksProxyUsername = ""
|
||||
server.socksProxyPassword = ""
|
||||
|
||||
# downloader
|
||||
server.downloadAsCbz = false
|
||||
|
||||
Reference in New Issue
Block a user