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
各司其职,互不干扰
不开启TUN,docker容器正常访问,开启后无法连接
1、使用docker创建容器并启动,如:sudo docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=xxx mysql:9 2、不开启TUN,可正常连接数据库 3、开启TUN,无法连接数据库
sudo docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=xxx mysql:9
配置成功 [Custom] [sing_box]多服务器最低延迟 (多选) Unix 6.11.5.1 - 64 启动服务(2024/11/01 01:25:56)... 2024/11/01 01:25:58 当前服务的真连接延迟: 93 ms
No response
The text was updated successfully, but these errors were encountered:
多服务器最低延迟这个功能没有考虑Tun的支持
Sorry, something went wrong.
不用“多服务器最低延迟”也是一样。我的linux系统,只有tun能生效
#5897 (reply in thread) 对应这个
你使用sudo ./v2rayN 运行的,然后很多功能都出问题了,对吧? 你能否抛弃掉v2rayN,直接使用sing-box run 运行,看是否功能正常? 配置文件你可以用v2rayN运行产生的那个,在guiConfigs目录
No branches or pull requests
预期情况
各司其职,互不干扰
实际情况
不开启TUN,docker容器正常访问,开启后无法连接
复现方法
1、使用docker创建容器并启动,如:
sudo docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=xxx mysql:9
2、不开启TUN,可正常连接数据库
3、开启TUN,无法连接数据库
日志信息
额外信息
No response
我确认已更新至最新版本
我确认已查询历史issues
The text was updated successfully, but these errors were encountered: