V2Fly - Notification and Updates, V2Ray the second new
6.34K subscribers
3 photos
1 file
71 links
Notifications & Updates from community mainternors for Project V

Find our discussion group in Chinese and English here: @v2fly_chat

https://twitter.com/realV2Fly
Download Telegram
v4.27.4 已经发布

https://github.com/v2fly/v2ray-core/releases/tag/v4.27.4

Feature
* Dotless domain support in built-in DNS @Vigilans
* Support source port matching in routing config @Vigilans
* Make HTTP outbound 0-rtt @darhwa
* Add asset location auto search @vcptr
* Add PROXY protocol support to TCP & WebSocket inbound @lucifer9 and @rprx
* VLESS PREVIEW 1.5 @rprx

Fix
* Amending domain matcher with returning array of all matches @Vigilans
* Refactor DNS Server to record original rule of domain matchers @Vigilans
* New Systemd unit file @dctxmei
* Fix: logging empty rules & DNS @Loyalsoldier
* Fix a typo @dikaixu1999
* Shadowsocks Detection defense @studentmain and xiaokangwang
* Update Old file @Loyalsoldier

需要注意的是:
* Shadowsocks 的一个探测防御措施
* DNS 域匹配优先级 https://github.com/v2fly/v2ray-core/issues/92#issuecomment-673238489
* 路由源端口的匹配 https://github.com/v2fly/v2ray-core/issues/
* VLESS fallback -> fallbacks, see https://www.v2fly.org/config/protocols/vless.html
感谢 Felix Yan 的工作, Arch 包结构已经回归正常。
v4.28.0 已经发布

https://github.com/v2fly/v2ray-core/releases/tag/v4.28.0

Changes
Use Golang 1.15
VMess AEAD will be used when alterId is 0. ("testsEnabled" is discarded)

Fixes
Fix dns tests by setting v2ray.location.asset @felixonmars
fix abstract UDS & add PROXY protocol support to DS inbound @lucifer9 @rprx
Systemd: prevent restart on corrupt config @DuckSoft

Chores
Upgrade all dependencies @rprx
Change lint order to avoid file changes notice @Loyalsoldier
Update geoip, geosite
有一些人产生了困惑,简单答疑:

如果你两边都能升级到最新版,你不需要关注这个事情;
如果你只能升级客户端,那就不要用 alterid 0
v4.28.2 已经发布

https://github.com/v2fly/v2ray-core/releases/tag/v4.28.2


Fixes
Routing Context: Fix GetUser() & Use string for Attributes Value.
Fix the coarse-grained mutex in HTTP outbound.

Chores
Support disable VMessAead by os environ.
Fix and refine workflows.
v4.29.0 已经发布

https://github.com/v2fly/v2ray-core/releases/tag/v4.29.0

Features
VLESS & XTLS 组合通过减少 TLS 二次加密实现了更强的性能和能耗改善,特别是在硬路由和移动设备上。但目前在性能充足的设备上,这个提升似乎并不明显。建议亲自测试,并关注后续改进。

VLESS PREVIEW 2
Add XTLS support

https://www.v2fly.org/config/protocols/vless.html

Changes
mKCP: removing annoying NewAEADAESGCMBasedOnSeed hint.

Refactor
Routing: Implement Route interface as the routing result of Router.
Stats: Add ChannelConfig & Return error on subscription.

Chores
Refine linter.
Golangci-lint: disable some plugins.
Make isAEAD more efficient.
Golangci-lint: increase Timeout to 5 minutes.

Warning
Please migrate from V2Ray to V2Fly in time
Compiling v2ray-core requires Go 1.15+

p.s 推特已经恢复正常 https://twitter.com/realV2Fly
V2Fly - Notification and Updates, V2Ray the second new
关于 Shadowsocks 的 OTA 功能的调查
Shadowsocks OTA 这一曾匆匆上马的解决方案很快因为缺陷而被大多数实现弃用,时过境迁,目前只有 V2Ray 还没有移除它,所以我们决定近期推进这件事,盖紧棺材。#Shadowsocks_OTA
v4.30.0 Released

https://github.com/v2fly/v2ray-core/releases/tag/v4.30.0

Warning
* VLESS UDP over TCP struct breaking change.
(see https://github.com/v2fly/v2ray-core/pull/239)
* Shadowsocks OTA is deprecated and will be removed soon.
* Compiling v2ray-core requires Go 1.15+.

Features
* Add Trojan Protocol Support (PREVIEW).
(see https://www.v2fly.org/config/protocols/trojan.html)
* Add XTLS support to DomainSocket.

Refactor
* API: Implements RoutingService.

Chores
* Refine local TLDs for localhost DNS.
* Refine: geofile reading errors.
V2Fly 正在参与由 GitHub 和 DigitalOcean 共同举办的 Hacktoberfest 活动!

凡在10月1日 - 10月31日间提交的 PR 都将在被接受后获得 hacktoberfest-accepted 标签,以争取获得奖品的机会。

详见 https://hacktoberfest.digitalocean.com
V2Fly 的文档需要大家来完善。为鼓励贡献,v2fly.org 现已在页面底部显示其贡献者。

想要头像出现在 V2Fly 的贡献者列表/页面里的小伙伴们,欢迎踊跃PR。

最后感谢 Kid 为此开发的插件
v4.31.0 Released

https://github.com/v2fly/v2ray-core/releases/tag/v4.31.0

Warning
* Remove Shadowsosks OTA
* Compiling v2ray-core requires Go 1.15+

Fixes
* Fix Trojan inbound access log

Features
* VLESS PREVIEW 2.4
* Add XTLS Direct Mode
https://www.v2fly.org/config/protocols/vless.html#xtls-%E9%BB%91%E7%A7%91%E6%8A%80
* Add XTLS support to mKCP
* Add full VLESS fallbacks support to Trojan
* Add padding to abstract UNIX domain socket in fallbacks
* Allow startup when VLESS inbound clients is zero
* Update to IETF QUIC draft-29

Refactor
* VLESS fallbacks & XTLS other improvements
* Stats: Implements blocking/non-blocking messaging of Channel.

Chores
* Refine Azure Pipelines & Bazel: remove unnecessary steps.
* Refine code *26.

Build and compiling
* Compiler uses gccgo, remove flags gcflags and asmflags
* Make builds reproducible

Notice
Project gets rid of GOPATH mode entirely from now on. Use Git and go mod command as your first choice while development.
For more information, visit:
* https://www.v2fly.org/developer/intro/compile.html
* https://www.v2fly.org/developer/intro/guide.html
v4.31.1 Released

https://github.com/v2fly/v2ray-core/releases/tag/v4.31.1

Warning
* Compiling v2ray-core requires Go 1.15+

Changes
* Use Go 1.15.3
* Remove XTLS WriteMultiBuffer method
* Adjust level of some logs in VLESS

Fixes
* mKCP: Fix XTLS over mKCP
* DoH: Reduce timeout & fix ineffassign

Chores
* Upgrade all dependencies
* Refine golangci-lint settings & Refine code according to golangci-lint results
* Fix user-package codename & buildtime error

Notice
Project has got rid of GOPATH mode entirely. Use Git and go mod command as your first choice while development.
For more information, visit:
* https://www.v2fly.org/developer/intro/compile.html
* https://www.v2fly.org/developer/intro/guide.html