CURLOPT_PROXYTYPE docker

This commit is contained in:
Revvy
2023-08-17 15:15:11 -04:00
parent 3b5e95ff60
commit 0ac3cd2e06
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ ENV APP_BIBLIOREADS=""
# Generally, a proxy is needed when your IP address is blocked by search engines in response to multiple requests within a short time frame. In these cases, it is recommended to use rotating proxies
ENV CURLOPT_PROXY_ENABLED=false
ENV CURLOPT_PROXY=""
ENV CURLOPT_PROXYTYPE="CURLPROXY_HTTP"
ENV CURLOPT_RETURNTRANSFER=true
ENV CURLOPT_ENCODING=""
ENV CURLOPT_USERAGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"