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
"rules": [ { ... "port": 53, }, { ... ], "port": 123, ... },
此处 53和123都应该加 "", 否则v2ray报错。
The text was updated successfully, but these errors were encountered:
你是不是用了4.18 版本,4.18 版本的 V2Ray 有这个问题
Sorry, something went wrong.
使用了这个透明代理的iptable后,外网ssh连接不了这个linux服务器了。有什么解决方法? 这个服务器充当网关,并不是路由器,外网也是通过端口映射到这个服务器的。
@zengkid 我也有一样的问题
在网关上 应用 tproxy透明代理里提到的 iptables 以及 ip 路由策略后,网络就崩溃了
@zengkid 这个问题解决了吗?我也遇到同样的问题了
No branches or pull requests
"rules": [
{
...
"port": 53,
},
{
...
],
"port": 123,
...
},
此处 53和123都应该加 "", 否则v2ray报错。
The text was updated successfully, but these errors were encountered: