projectv2ray | Unsorted

Telegram-канал projectv2ray - Project V (使用与反馈)

14460

Project V 官方讨论组,内容仅限翻墙工具的使用相关话题,禁止任何无关网络、计算机、安全的内容。 官网: www.v2ray.com 公告: @v2msgclone V2fly(社区): @v2fly_chat 闲聊: t.me/joinchat/JiDjBEzQFLN5R_BdpMpelw 推特: twitter.com/projectv2ray

Subscribe to a channel

Project V (使用与反馈)

Don, press the button below within 5 分鐘 to be able to write in the group👇🏻
Don, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

Ercow02, press the button below within 5 分鐘 to be able to write in the group👇🏻
Ercow02, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

Rogelio, press the button below within 5 分鐘 to be able to write in the group👇🏻
Rogelio, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

它乱讲的,我google了也没找到谁说清楚了。

Читать полностью…

Project V (使用与反馈)

# 代理局域网设备 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

Читать полностью…

Project V (使用与反馈)

哪位大佬知道,我在web中导入订阅地址,但不小心把多个地址拼接在一起,导入后web就卡住了,一直是灰色界面,启动按钮一直显示“检测中”。

怎么重置订阅地址?

Читать полностью…

Project V (使用与反馈)

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.
请问这是什么原因

Читать полностью…

Project V (使用与反馈)

KCCOL, press the button below within 5 分鐘 to be able to write in the group👇🏻
KCCOL, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

reality不行, 那就换UDP的, 比如 hy2 或者 tuic , juicity

Читать полностью…

Project V (使用与反馈)

reality老是出现timeout谁知道怎么回事

Читать полностью…

Project V (使用与反馈)

没玩过这个面板,不知道是前后分离还是一体的

Читать полностью…

Project V (使用与反馈)

sspanle 24.1.0有没大佬知道后台登录不了是啥问题

Читать полностью…

Project V (使用与反馈)

单手, press the button below within 5 分鐘 to be able to write in the group👇🏻
单手, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

@admin

Читать полностью…

Project V (使用与反馈)

🔥

Читать полностью…

Project V (使用与反馈)

leo, press the button below within 5 分鐘 to be able to write in the group👇🏻
leo, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

1trx, press the button below within 5 分鐘 to be able to write in the group👇🏻
1trx, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

请教v2rayng,某app我已经加入绕行了,,也设了绕过大陆。但这个app仍然会检测ip,说我是国外的限制使用。应该怎么设置呢?

Читать полностью…

Project V (使用与反馈)

不如意思粘错了,代理局域网内其他设备的命令是这个

Читать полностью…

Project V (使用与反馈)

有哪位大佬知道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的作用

Читать полностью…

Project V (使用与反馈)

@admin

Читать полностью…

Project V (使用与反馈)

加油, press the button below within 5 分鐘 to be able to write in the group👇🏻
加油, 點擊下面的按鈕 在 5 分鐘 內通過驗證後即可發言。👇🏻

Report: @thomas_assistant_bot.
误封反馈: @thomas_assistant_bot

Читать полностью…

Project V (使用与反馈)

我用reality也不行, 慢的厉害, 换吧

Читать полностью…

Project V (使用与反馈)

肯定不是,可以用,只是测试经常timeout

Читать полностью…

Project V (使用与反馈)

终于找到问题了,原来是填了两个dns地址,其中一个还是dns.google

Читать полностью…

Project V (使用与反馈)

刚刚部署,/admin 会自动定向到前台

Читать полностью…

Project V (使用与反馈)

@admin

Читать полностью…

Project V (使用与反馈)

🔥

Читать полностью…

Project V (使用与反馈)

@admin

Читать полностью…

Project V (使用与反馈)

@admin

Читать полностью…
Subscribe to a channel