mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Implement blake3 proxy query hash
This commit is contained in:
parent
2c5f6ed6af
commit
268e599421
5 changed files with 97 additions and 2 deletions
|
@ -6,6 +6,9 @@ HTTP_WORKERS:2
|
|||
# Proxy
|
||||
PROXY_PART:https://pipedproxy-cdg.kavin.rocks
|
||||
|
||||
# Proxy Hash Secret
|
||||
#PROXY_HASH_SECRET:INSERT_HERE
|
||||
|
||||
# Outgoing proxy to be used by reqwest4j - eg: socks5://127.0.0.1:1080
|
||||
#REQWEST_PROXY: socks5://127.0.0.1:1080
|
||||
# Optional proxy username and password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue