We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我不知道还有没有别人遇到这个问题,我尝试了好几个小时,我抓取日志,不断访问千牛各个页面,抓取所有ip,提取到direct文件中,但是在问答栏目详情页面仍然是request timeout,不知道有没有朋友遇到相同问题,能不能有解决办法。
The text was updated successfully, but these errors were encountered:
我自己又做了一些尝试,我觉得我应该明白一点点了,我在日志里面抓取了所有端口,对端口设置如下:
#允许建立隧道连接的端口,多个端口用逗号分隔,可重复多次 #默认总是允许下列服务的端口: ssh, http, https, rsync, imap, pop, jabber, cvs, git, svn #如需允许其他端口,请用该选项添加 #限制隧道连接的端口可以防止将运行 COW 的服务器上只监听本机 ip 的服务暴露给外部 tunnelAllowedPort = 1000,1004,1080,1166,1410,1920,2018,3359,4116,4249,8088,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9017,9018,9019,9020,9021,9022,9023,9027,9028,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9061,9062,9063,9064,9065,9066,9067,9070,9071,9072,9075,9076,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9100,9104,9106,9107,9108,9109,9110,9111,9112,9113,9118,9119,9122,9125,9126,9127,9128,9129,9130,9131,9133,9134,9135,9136,9137,9141,9142,9143,9144,9145,9146,9147,9149,9151,9152,9153,9154,9161,9476,9477,9478,9479,9480,9481,9486,9487,9488,9492,9493,9494,9495,9496,9497,9498,9499
貌似可以了,那现在问题又来了,如果我想允许所有端口的话呢?? 而且我这么做是不是有意义的??
Sorry, something went wrong.
No branches or pull requests
我不知道还有没有别人遇到这个问题,我尝试了好几个小时,我抓取日志,不断访问千牛各个页面,抓取所有ip,提取到direct文件中,但是在问答栏目详情页面仍然是request timeout,不知道有没有朋友遇到相同问题,能不能有解决办法。
The text was updated successfully, but these errors were encountered: