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:
Aria Moradi
2024-02-19 19:36:39 +03:30
committed by GitHub
parent dda86cdb93
commit fc53d69f82
6 changed files with 67 additions and 9 deletions

View File

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