即使用--http-proxy/--https-proxy和--ftp-proxy选项 # 此设置将会影响所有下载, 代理服务器地址的格式为[http://][USER:PASSWORD@]HOST[:PORT] all-proxy= # 代理服务器用户名 all-proxy-user= # 代理服务器密码 all-proxy-passwd= # 连接超时时间, 设置建立HTTP/FTP/代理服务器连接的超时时间(秒) #...
all-proxy=http://192.168.6.113:8118 #用户名 #rpc-user=user #密码 #rpc-passwd=passwd #上面的认证方式不建议使用,建议使用下面的token方式 #设置加密的密钥 #rpc-secret=token #允许rpc enable-rpc=true #允许所有来源, web界面跨域权限需要 rpc-allow-origin-all=true #允许外部访问,false的话只监听本地...
1. 尝试用--external-downloader-args为aria2指定代理(不可行) youtube-dl-i--proxysocks5://127.0.0.1:10808https://www.youtube.com/watch?v=DfarqWPhP_U --external-downloader aria2c --external-downloader-args'-x 16 -k 1M --all-proxy="http://127.0.0.1:10809"' 存在问题 引号错乱。 aria2...
为所有协议(HTTP(S)/FTP)设定代理服务器 aria2c --all-proxy='http://proxy:8080' http://host/file 注:–all-proxy选项可以被特定的协议选项覆盖,如–http-proxy, –https-proxy 和–ftp-proxy 设置http代理 aria2c --http-proxy='http://proxy:8080' http://host/file 使用需要认证的代理 aria2c ...
@iambus --aria2-opts=--http-proxy=http://x.x.x.x:8080-x10 -s10 -j5 -c ---这里肯定有问题。x.x.x.x是我后改得,使用时会换成真实IP --tool=aria2 --n --no-hash --output-dir=/media/o/Downloads/dy/ It's ALL!
Tip: -all-proxy 选项会被具体的代理选项重载: -http-proxy, -https-proxy, -ftp-proxy 。 只为HTTP 设置代理服务器(Set proxy server to be in HTTP only) 1 http-proxy='http://proxy:8080'http://www.url.com/file.zip 设置需要验证的代理服务器(Use proxy that requires authentication) ...
无聊汉化了下Aria..# 更详细配置介绍请访问 https://aria2.github.io/manual/en/html/# 全局代理#all-proxy=http://127.0.0.1:1080/pac?auth=
Node HTTP Proxy Node.js 版的代理模块nodejitsu/node-http-proxy Traefik 优秀的负载均衡/服务发现工具 containous/traefik Compose 简单好用的容器编排工具docker/compose Docker 简单好用的容器工具 docker 改造过程 网上盛行使用一个容器同时提供HTTP+ARIA2服务,但是这种胖容器其实不符合“单一进程单一容器”的原则,...
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } } 保存并关闭配置文件,然后重启Nginx以使配置生效。 步骤三:测试访问 在浏览器中输入服务器的IP地址或域名,并访问http://your-domain.com(根据实际情况更改域名)。 如果一切正常,应该会看到aria2的Web界面或一条代表成功连接到aria2的JSON-RPC...
HTTP Proxy authentication support Well-known environment variables for proxy:http_proxy,https_proxy,ftp_proxy,all_proxyandno_proxy HTTP gzip, deflate content encoding support Verify peer using given trusted CA certificate in HTTPS Client certificate authentication in HTTPS ...