繁体   English   中英

无法连接到 xxxxx 端口 82:连接被拒绝

[英]Failed to connect to xxxxx port 82: Connection refused

我设置了https://github.com/Athlon1600/php-proxy脚本:

我的 config.php 文件是这样的:

// additional curl options to go with each request
$config['curl'] = array(
  CURLOPT_PROXY => "xxxx.ir:82",
  CURLOPT_HEADER => False ,
  CURLOPT_NOPROGRESS => False ,
  CURLOPT_PROXYUSERPWD => "uuuu:ppppppp" ,
  CURLOPT_HTTPPROXYTUNNEL => 1 ,
  CURLOPT_CONNECTTIMEOUT => 5
);

但我得到错误

无法连接到 xxxxx 端口 82:连接被拒绝

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM