记录一下,不要忘记,方便查找
简单是美。
UCloud - 上云采购季 - 云服务器 - 香港服务器 - 特惠 - 新用户1折起。
腾讯云 - 热卖套餐配置低至32元/月起,助您一键开服,即刻畅玩,立享优惠!
您好,我遇到了和您一样的问题.使用flatsome主题 UX用不了,看您的文章没有太明白能教教我吗 我是阿帕奇的服务器
您好,请问您用的web环境是怎么样的呢?如果是Debian系统里的nginx,请留意 add_header X-Frame-Options 的设置。
请教一下,我在CentOS(VPS)上安装DanteSocks,sockd.conf如下 logoutput: syslog stdout /var/log/sockd.log internal: eth0 port = 1080 external: eth0 clientmethod: none socksmethod: none client pass { from: 0.0.0.0/0 to: 0.0.0.0/0 log: error } socks pass { from: 0.0.0.0/0 to: 0.0.0.0/0 protocol: tcp udp } 在本地执行curl --proxy socks5://160.16.x.x:1080 http://www.google.com -v 没有问题。 可是,在Windows10的CMD上执行相同命令就出现了下面的警告: * Rebuilt URL to: http://www.google.com/ * Trying 160.16.x.x... * TCP_NODELAY set * connect to 160.16.x.x port 1080 failed: Timed out * Failed to connect to 160.16.x.x port 1080: Timed out * Closing connection 0 curl: (7) Failed to connect to 160.16.x.x port 1080: Timed out
您好,外网连接提示Timed out的话,请检查服务端是否有防火墙之类的阻止连接了。
谢谢回信。端口的状况如下。 # firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dhcpv6-client http https ssh ports: 25/tcp 110/tcp 143/tcp 587/tcp 1080/tcp protocols: masquerade: no forward-ports: source-ports: icmp-blocks: rich rules:
请问,您的socks5服务端是跑在UDP 1080端口的吗?或干脆临时停用CentOS7的防火墙服务。
称呼
Email
网站
内容
提交评论
您好,我遇到了和您一样的问题.使用flatsome主题 UX用不了,看您的文章没有太明白能教教我吗 我是阿帕奇的服务器
您好,请问您用的web环境是怎么样的呢?如果是Debian系统里的nginx,请留意 add_header X-Frame-Options 的设置。
请教一下,我在CentOS(VPS)上安装DanteSocks,sockd.conf如下
logoutput: syslog stdout /var/log/sockd.log
internal: eth0 port = 1080
external: eth0
clientmethod: none
socksmethod: none
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
}
在本地执行curl --proxy socks5://160.16.x.x:1080 http://www.google.com -v
没有问题。
可是,在Windows10的CMD上执行相同命令就出现了下面的警告:
* Rebuilt URL to: http://www.google.com/
* Trying 160.16.x.x...
* TCP_NODELAY set
* connect to 160.16.x.x port 1080 failed: Timed out
* Failed to connect to 160.16.x.x port 1080: Timed out
* Closing connection 0
curl: (7) Failed to connect to 160.16.x.x port 1080: Timed out
您好,外网连接提示Timed out的话,请检查服务端是否有防火墙之类的阻止连接了。
谢谢回信。端口的状况如下。
# firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: dhcpv6-client http https ssh
ports: 25/tcp 110/tcp 143/tcp 587/tcp 1080/tcp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
请问,您的socks5服务端是跑在UDP 1080端口的吗?或干脆临时停用CentOS7的防火墙服务。