mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #231] 如何让程序强行在ipv4上监听端口 #150
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @J-Cod3r on GitHub (Mar 11, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/231
vps上执行netstat查看发现程序只监听在tcp6上
@snail007 commented on GitHub (Mar 11, 2019):
那个显示是说明ipv6包含ipv4,你要绑定具体IP就写在参数里面。
@J-Cod3r commented on GitHub (Mar 11, 2019):
按照你的方法确认绑定上了,但客户端连接报这个错是什么原因?7.1版本 老版本没出过这个问题
[checker] 2019/03/11 11:02:38 check update fail, please check your network
@snail007 commented on GitHub (Mar 11, 2019):
proxy必须可以访问网络
@J-Cod3r commented on GitHub (Mar 11, 2019):
网络应该没问题,在没升级到7.1之前都是正常的,而且我在本地是可以telnet上服务器上proxy的端口的,请问这个客户端在连接的过程中是按什么条件判断网络有问题的?
@snail007 commented on GitHub (Mar 11, 2019):
proxy必须可以访问互联网