Latest posts

Project V Channel(Unofficial)
31 Jan 2022, 13:43
新年快乐1,560,000Open in Telegram
Project V Channel(Unofficial)
20 Sept 2021, 23:25
中秋快乐!1,540,000Open in Telegram
Project V Channel(Unofficial)
1 May 2021, 16:09
v4.38.3 is released. (Stable Release)This release includes security functionality improvement for some users.FeatureFakeDNS: Added fakedns+others sniffer. Thanks yuhan6665 . TLS: A SECURITY improvement that allow the remote peer's TLS certificate to be pinned to a known value. Observatory: A component that measure the connectivity of selected outbounds. Routing : leastPing balancing strategy is added. This strategy will select a outbound that is alive and completed HTTPS GET request in the least time.FixFixed crashing in fake dns. Thanks IceCodeNew Added IPv6 pool in fake dns by default. Thanks Loyalsoldier Return ErrEmptyResponse for fakedns. Thanks sixg0000d Fixed UDP DNS connection cause crash. Thanks nekohasekai Multi-json support for observatory, browser forwarder. Thanks ha-ku AkinoKaedeChore1,670,000Open in Telegram
Project V Channel(Unofficial)
19 Apr 2021, 06:10
v4.38.0 is released. (Unstable Release)This release includes security functionality improvement for some users.FeatureFakeDNS: Added fakedns+others sniffer. Thanks yuhan6665 . TLS: A SECURITY improvement that allow the remote peer's TLS certificate to be pinned to a known value. Observatory: A component that measure the connectivity of selected outbounds. Routing : leastPing balancing strategy is added. This strategy will select a outbound that is alive and completed HTTPS GET request in the least time.ChoreFixed two typo in comments. Thanks U-v-USecurity AdvisoryTLS connections with dangerous diagnose option allowInsecure turn on and without certificate pin with pinnedPeerCertificateChainSha256 will not be able protect your data at all from a attacker in privileged network path(for example ISP or any firewall or censorship infrastructure). This is especially dangerous1,150,000Open in Telegram
Project V Channel(Unofficial)
16 Mar 2021, 12:09
v4.36.1 released. — FeaturesTransport: add gRPC / gun transport. This transport's connections can be relayed over Nginx and other supported CDNs, have an ALPN of h2 and a built-in mux. (#757 #783) -> Docs: Transport; gRPC transportProxy: add loopback proxy. This proxy allows you to send connections back to router to be routed again. It is a drop-in replacement for modified outbound address and dokodemo-door setup while using less system resources. (#770) -> Docs: LoopbackRouting: add a faster and more memory-efficient routing rule matcher MphDomainMatcher that uses minimal perfect hash. (#743) -> Docs: RoutingFixesDNS: Refined DNS default setting logics in Android (#767) FakeDNS: use 198.18.0.0/15 as default FakeDNS IP pool (#779)Notices878,000Open in Telegram
Project V Channel(Unofficial)
8 Mar 2021, 08:09
v4.35.1 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.35.1New Features FakeDNS, an imaginary DNS server to preserve the domain information even if the software do not support proxy settings HybridDomainMatcher: a faster and more memory-efficient routing rule matcher. Outbound transport level proxySettings: comprehensive chained proxy support Support Apple Silicon: add pre-built binary for Apple Silicon named v2ray-macos-arm64-v8a.zip VMess: add zero pseudo encryption for better performance Support to disable DNS cacheSo many other improvements see Github Release Note for detail.GitHubRelease v4.35.1 · v2fly/v2ray-coreFeaturesSupport Apple Silicon: add pre-built binary for Apple Silicon named v2ray-macos-arm64-v8a.zip (#686) @Loyalsoldier FakeDNS: add support for FakeDNS. FakeDNS will not take effect on Routin...650,000Open in Telegram
Project V Channel(Unofficial)
7 Jan 2021, 21:09
v4.34.0 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.34.0Breaking Changes Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566). If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately. Binaries of the following architectures are no longer a part of the release: s390x, ppc64, ppc64le, mips softfloat.Changes DNS: refactoring DNS (#169) DNS: support DNS over QUIC (#534) (currently only non-proxied lookup) DNS: add clientIp feature support for every nameserver (#504) Release: add Android release (#512) Android: default dns set to 8.8.8.8:53 (#572) TLS Session Resumption is now disabled by default (#569). See #557 for more information. SessionTicketsDisabled is now true by default. See #557 for more information. SOCKS: Refine socks5 server UdpAssociate response behavior757,000Open in Telegram
Project V Channel(Unofficial)
23 Nov 2020, 18:09
New API Service: ReflectionServiceThis service enables the clients to retrieve gRPC service's API list and signatures without prior access to its proto files. In this way, tools like grpcurl could easily interact with the API service:# h2c $ grpcurl -plaintext localhost:10086 list grpc.reflection.v1alpha.ServerReflection v2ray.core.app.proxyman.command.HandlerService v2ray.core.app.stats.command.StatsService# h2 with tls $ grpcurl -insecure -cert cert.crt -key cert.key localhost:10086 v2ray.core.app.stats.command.StatsService/GetSysStats { "NumGoroutine": 24, "NumGC": 25, "Alloc": "24095640", "TotalAlloc": "511473656", "Sys": "146657288", "Mallocs": "6909875", "Frees": "6464105",380,000Open in Telegram
Project V Channel(Unofficial)
23 Nov 2020, 18:09
v4.33.0 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.33.0Breaking Changes Remove XTLSFeatures Add support for Debian package API: Reflection Service Support Update to IETF QUIC draft-32 (draft-29 is still supported)Chores Transfer VSign and related project to V2Fly and share under the same Update security policy with renewed GPG public key Use Go 1.15.5 Refine CodeNotice The project gets rid of GOPATH mode entirely. Use Git and go mod command as your first choice while developing.505,000Open in Telegram
Project V Channel(Unofficial)
21 Nov 2020, 17:09
感谢 @kidonng 的工作现在你可以在 macOS 中使用brew install v2ray来安装 V2Ray420,000Open in Telegram
Project V Channel(Unofficial)
9 Nov 2020, 11:10
#performance最新的 v4.32.1 版本中,VLESS XTLS Direct Mode 引入了 ReadV 增强,减少一层内存 Copy,性能已与 VLESS 无加密裸奔持平(接近于纯流量转发),为传统 VMess WS TLS 方案的五倍、VLESS TCP TLS 的三倍(且测试机器 CPU 均有 AES 指令集,否则差距更大,如硬路由器上),强烈建议测试体验。这或许是当前性能最强的安全代理方式,但并不是上限,因为下一步优化方向是 V2Ray 框架本身的性能。https://www.v2fly.org/config/protocols/vless.htmlwww.v2fly.orgVLESS | V2Fly.orgProject V 是一个工具集合,它可以帮助你打造专属的基础通信网络280,000Open in Telegram
Project V Channel(Unofficial)
9 Nov 2020, 11:10
v4.32.1 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.32.1Important improvement VLESS XTLS Direct Mode ReadV Experiment It's strongly recommended to test this change, as it reaches the best performance of current V2Ray platform. Remember to use V2Ray v4.32.1+ on at least client side. For more information, please visit https://www.v2fly.org/config/protocols/vless.html#xtls-%E9%BB%91%E7%A7%91%E6%8A%80Fixes Disable 0-RTT mechanism for HTTP/1.x outbound Set default alterId to 0 for VMess dynamic portsChores Use Go 1.15.4 Update geoip, geosite, dependenciesNotice Compiling v2ray-core requires Go 1.15+244,000Open in Telegram
Project V Channel(Unofficial)
2 Nov 2020, 10:06
v4.32.0 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.32.0Features V2Ray loads JSON internally by default Refine UNIX domain socket https://www.v2fly.org/config/inbounds.htmlFixes Fix mKCP sending window Fix JSON parsing dependency introduced by mutijson config Fix proto.go ProtoFilesUsingProtocGenGoFast on WindowsChores Update geoip, geosite, dependencies Refine vprotogen & Regenerate .pb.go filesNotice Compiling v2ray-core requires Go 1.15+373,000Open in Telegram
Project V Channel(Unofficial)
31 Oct 2020, 10:01
尽管任何人都可以检查自由开源软件中的源代码是否存在恶意漏洞,但大多数情况下都只是获取这些软件的预编译版本,没有办法确认它们和源代码是否一致。这就刺激了对发布软件的开发者的攻击 —— 不仅是传统的对漏洞的利用,还以政治影响、勒索甚至暴力威胁的形式。比起开发者本身,攻击构建程序的基础设施更能控制大量的用户设备,而二进制文件变化,对开发者和用户而言是个共同的盲区。这些攻击可能还导致特定目标,如异见者,新闻工作者和举报人,以及希望进行自由通信的任何人,可能仅仅因为在专制政权下自由通信而遭受处罚。因此,Reproducible Builds 允许验证在编译过程中没有漏洞或后门被引入。通过相同的源代码生成相同的二进制,让多个第三方就 "正确" 的结果达成共识,突出任何可疑的和值得仔细检查的偏差。现在,我们在 https://github.com/v2fly/reproducible-builds 提供该工具,你可以快速运行并校验发布文件是否被修改。GitHubv2fly/reproducible-buildsReproducible builds are a set of software development practices that create an independently-verifiable path from source to binary code. - v2fly/reproducible-builds159,000Open in Telegram
Project V Channel(Unofficial)
24 Oct 2020, 09:31
v4.31.3 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.31.3Warning Compiling v2ray-core requires Go 1.15+Changes Add Trojan over XTLS support Adjust VLESS & Trojan ValidatorFixes Fix Trojan API Fix generate .pb.go on WindowsChores Update geoip, geosite, dependencies Remove .dev/protoc & Detect and show download linkGitHubRelease v4.31.3 · v2fly/v2ray-coreWarning454,000Open in Telegram
Project V Channel(Unofficial)
19 Oct 2020, 09:11
v4.31.2 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.31.2Changes gRPC: Rollback from 1.33.0 to 1.32.0 https://github.com/grpc/grpc-go/issues/3945 Upgrade other dependenciesGitHubRelease v4.31.2 · v2fly/v2ray-coreChangesgRPC: Rollback from 1.33.0 to 1.32.0 @o0HalfLife0o grpc/grpc-go#3945192,000Open in Telegram
Project V Channel(Unofficial)
18 Oct 2020, 09:06
forwarded from @v2fly
v4.31.1 Releasedhttps://github.com/v2fly/v2ray-core/releases/tag/v4.31.1Warning Compiling v2ray-core requires Go 1.15+Changes Use Go 1.15.3 Remove XTLS WriteMultiBuffer method Adjust level of some logs in VLESSFixes mKCP: Fix XTLS over mKCP DoH: Reduce timeout & fix ineffassignChores Upgrade all dependencies Refine golangci-lint settings & Refine code according to golangci-lint results Fix user-package codename & buildtime errorGitHubRelease v4.31.1 · v2fly/v2ray-coreWarning 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 &...186,000Open in Telegram
Project V Channel(Unofficial)
18 Sept 2020, 08:33
FixesRouting Context: Fix GetUser() & Use string for Attributes Value. @Vigilans Fix the coarse-grained mutex in HTTP outbound. @darhwaChoresSupport disable VMessAead by os environ. @wwqgtxx Fix and refine workflows. @Loyalsoldiervia Release notes from v2ray-core https://ift.tt/2FQHSHjGitHubVigilans - OverviewVigilans has 51 repositories available. Follow their code on GitHub.107,000Open in Telegram
Project V Channel(Unofficial)
2 Sept 2020, 10:33
FeaturesParse X-Forwarded-For in http transport @lucifer9FixFix according to staticcheck result @Loyalsoldier Fix: Bound check when accessing DNS server's ipIndexMap @Vigilans Refine code @Loyalsoldier VMess AEAD will be used when alterId is 0 in V2Ray v4.28.0+via Release notes from v2ray-core https://ift.tt/31SjJZPGitHublucifer9 - Overviewlucifer9 has 21 repositories available. Follow their code on GitHub.110,000Open in Telegram
Project V Channel(Unofficial)
6 Aug 2020, 12:33
FeatureVLESS PREVIEW 1.3 https://www.v2fly.org/config/protocols/vless.htmlAdd Linux riscv64 release @rprxFixShadowsocks supports cipher as None @yuhan6665Add access log for Dokodemo inbound @lucifer9Some typo fixes @DuckSoftFix the error of missing curl in Dockerfile @kallydevGitHub Actions push to docker hub @kallydevOptimize SO_REUSEPORT implementation @VigilansDOH supports HTTP/2 @darhwaApply Sockopt from inbound config to Dokodemo Tproxy response connection @VigilansBreaking ChangeVMessAEAD has been updated and needs both client and server to be the same version for it to work.Release file structure changes. VMess AEAD will be used when alterId is 0 in V2Ray v4.28.0+via Release notes from v2ray-core https://ift.tt/3a1ZHhZwww.v2fly.orgVLESS | V2Fly.orgProject V 是一个工具集合,它可以帮助你打造专属的基础通信网络106,000Open in Telegram
Related Channels
Other channels in the same section of the catalogue.
