Proxy support
This commit is contained in:
parent
af4d98b8dd
commit
96fb2fd428
4 changed files with 28 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue