-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
当开启全部转发的时候,会产生很多自己转发给自己的请求,导致too many file 崩溃 #11
Comments
自从写完这个工具后,我的服务器上一直运行着,也是开着 allow_all_hosts 的,没有遇到过这种情况。 你这个情况和 #1 类似,你这种情况肯定是有什么触发条件的,你是如何触发该问题的?难道运行后不访问也会这样? |
我猜他是在本机使用,hosts里地址写的就是127.0.0.1,因为我就是这么干的 |
@zxzlf 而且我搞不懂,在服务器上开启 SNI 代理服务,然后在服务器上 hosts 将域名指向 127.0.0.1 是有什么作用么? |
指定独立dns解析服务器IP,可以防止dns污染。比如在本地假设一个dns解析服务器,很有必要,是否可以加一个dns函数解决。 |
我本人的话大概是想实现一个本地的反向代理,以期绕过某些拦截(比如公司的网关或者steam、pixiv的那种屏蔽,类似于steamcommunity302那种功能),不过看起来好像并不能实现,我在另外找了一台局域网内的电脑做服务器以后,还是不能绕过去,远程返回的还是错误 |
@pynne @zxzlf 这种技术有个专有名词,叫做 |
系统服务配置文件里我忘记加上用于守护进程的配置项了( |
问题描述
^[[1;0;32m2024/02/26 23:05:57 转发目标: 服务器IP:443^[[0m
^[[1;0;32m2024/02/26 23:05:57 连接来自: 服务器IP:54222^[[0m
^[[1;0;32m2024/02/26 23:05:57 转发目标: 服务器IP:443^[[0m
^[[1;0;32m2024/02/26 23:05:57 连接来自: 服务器IP:54222^[[0m
^[[1;0;32m2024/02/26 23:05:57 转发目标: 服务器IP:443^[[0m
^[[1;0;32m2024/02/26 23:05:57 连接来自: 服务器IP:54222^[[0m
^[[1;0;32m2024/02/26 23:05:57 转发目标: 服务器IP:443^[[0m
^[[1;0;32m2024/02/26 23:05:57 连接来自: 服务器IP:54222^[[0m
^[[1;0;31m2024/02/26 23:05:57 接受连接请求时出错: accept tcp [::]:443: accept4: too many open files^[[0m
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x557721]
goroutine 6 [running]:
main.startSniProxy.func1({0x5c8ac0?, 0xc00000c198})
C:/Github/SNIProxy/main.go:110 +0x101
created by main.startSniProxy
软件版本
v1.0.0
附加截图
No response
The text was updated successfully, but these errors were encountered: