Proxy support

This commit is contained in:
Pablo Ferreiro 2022-09-03 13:21:43 +02:00
parent af4d98b8dd
commit 96fb2fd428
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
4 changed files with 28 additions and 8 deletions

View file

@ -14,3 +14,9 @@
# JSON cache, used on Helpers\CacheEngines\JSONCache
# API_CACHE_JSON=/tmp/proxitok_api # Path for JSON API Cache, leave commented for ./cache/api
# Proxy Config
# PROXY_HOST=http://EXAMPLE_IP # Host to be used as proxy, make sure to type a valid protocol. Available: http:// | https:// | socks4:// | socks5://
# PROXY_PORT=8080
# PROXY_USERNAME=username
# PROXY_PASSWORD=password