Project V 官方讨论组,内容仅限翻墙工具的使用相关话题,禁止任何无关网络、计算机、安全的内容。 官网: www.v2ray.com 公告: @v2msgclone V2fly(社区): @v2fly_chat 闲聊: t.me/joinchat/JiDjBEzQFLN5R_BdpMpelw 推特: twitter.com/projectv2ray
Don, press the button below within 5 分鐘 to be able to write in the group👇🏻
Don, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。
Ercow02, press the button below within 5 分鐘 to be able to write in the group👇🏻
Ercow02, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。
Rogelio, press the button below within 5 分鐘 to be able to write in the group👇🏻
Rogelio, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。
# 代理局域网设备 v4
iptables -t mangle -N XRAY
iptables -t mangle -A XRAY -d 127.0.0.1/32 -j RETURN
iptables -t mangle -A XRAY -d 224.0.0.0/4 -j RETURN
iptables -t mangle -A XRAY -d 255.255.255.255/32 -j RETURN
iptables -t mangle -A XRAY -d 192.168.0.0/16 -p tcp -j RETURN
iptables -t mangle -A XRAY -d 192.168.0.0/16 -p udp ! --dport 53 -j RETURN
iptables -t mangle -A XRAY -j RETURN -m mark --mark 0xff
iptables -t mangle -A XRAY -p udp -j TPROXY --on-ip 127.0.0.1 --on-port 12345 --tproxy-mark 1
iptables -t mangle -A XRAY -p tcp -j TPROXY --on-ip 127.0.0.1 --on-port 12345 --tproxy-mark 1
iptables -t mangle -A PREROUTING -j XRAY
哪位大佬知道,我在web中导入订阅地址,但不小心把多个地址拼接在一起,导入后web就卡住了,一直是灰色界面,启动按钮一直显示“检测中”。
怎么重置订阅地址?
proxy/http: failed to write response > write tcp 127.0.0.1:2081->127.0.0.1:12007: wsasend: An established connection was aborted by the software in your host machine.
请问这是什么原因
KCCOL, press the button below within 5 分鐘 to be able to write in the group👇🏻
KCCOL, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。
单手, press the button below within 5 分鐘 to be able to write in the group👇🏻
单手, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。
leo, press the button below within 5 分鐘 to be able to write in the group👇🏻
leo, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。
1trx, press the button below within 5 分鐘 to be able to write in the group👇🏻
1trx, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。
请教v2rayng,某app我已经加入绕行了,,也设了绕过大陆。但这个app仍然会检测ip,说我是国外的限制使用。应该怎么设置呢?
Читать полностью…有哪位大佬知道Project X里面的透明代理配置中DIVERT规则是怎么发挥作用的呢?
# 新建 DIVERT 规则,避免已有连接的包二次通过 TPROXY,理论上有一定的性能提升 v4
iptables -t mangle -N DIVERT
iptables -t mangle -A DIVERT -j MARK --set-mark 1
iptables -t mangle -A DIVERT -j ACCEPT
iptables -t mangle -I PREROUTING -p tcp -m socket -j DIVERT
在前面代理局域网中其他设备的配置里,我看见调用透明代理时也设置了mark为1,为什么要设置两次mark且值都设置为1呢?
# 代理网关本机 v4
iptables -t mangle -N XRAY_MASK
iptables -t mangle -A XRAY_MASK -d 224.0.0.0/4 -j RETURN
iptables -t mangle -A XRAY_MASK -d 255.255.255.255/32 -j RETURN
iptables -t mangle -A XRAY_MASK -d 192.168.0.0/16 -p tcp -j RETURN
iptables -t mangle -A XRAY_MASK -d 192.168.0.0/16 -p udp ! --dport 53 -j RETURN
iptables -t mangle -A XRAY_MASK -j RETURN -m mark --mark 0xff
iptables -t mangle -A XRAY_MASK -p udp -j MARK --set-mark 1
iptables -t mangle -A XRAY_MASK -p tcp -j MARK --set-mark 1
iptables -t mangle -A OUTPUT -j XRAY_MASK
我不太明白以上两处设置mark为1的作用
加油, press the button below within 5 分鐘 to be able to write in the group👇🏻
加油, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻
Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot。