Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Titlehhhh
/
QuickProxyNet
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add VPN protocols
- #2
#2
Merged
Titlehhhh
merged 26 commits into
master
Titlehhhh/QuickProxyNet:master
from
feature/add-vpn-protocols
Titlehhhh/QuickProxyNet:feature/add-vpn-protocols
Copy head branch name to clipboard
Aug 22, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Add VPN protocols
#2
Titlehhhh
merged 26 commits into
master
Titlehhhh/QuickProxyNet:master
from
feature/add-vpn-protocols
Titlehhhh/QuickProxyNet:feature/add-vpn-protocols
Copy head branch name to clipboard
Commits
Commits on Jun 25, 2026
Add VPN protocol documentation
Titlehhhh
committed
fd3dc48
View commit details
Copy full SHA for fd3dc48
Browse repository at this point
Commits on Jul 23, 2026
feat: add VLESS and Trojan proxy protocols with SHA-224
Show description for 16a600f
Titlehhhh
and
claude
committed
16a600f
View commit details
Copy full SHA for 16a600f
Browse repository at this point
feat: add VMess (VMessAEAD, alterId=0) proxy protocol
Show description for 20181d6
Titlehhhh
and
claude
committed
20181d6
View commit details
Copy full SHA for 20181d6
Browse repository at this point
Commits on Jul 24, 2026
refactor: group Internal/ by concern (Crypto, Vmess)
Show description for b5e7b89
Titlehhhh
and
claude
committed
b5e7b89
View commit details
Copy full SHA for b5e7b89
Browse repository at this point
Commits on Aug 14, 2026
docs: add Hysteria2 and TUIC protocol analysis
Show description for d0938b4
Titlehhhh
and
claude
committed
d0938b4
View commit details
Copy full SHA for d0938b4
Browse repository at this point
tools: add CorpusCheck share-link diagnostic
Show description for 74560d3
Titlehhhh
and
claude
committed
74560d3
View commit details
Copy full SHA for 74560d3
Browse repository at this point
feat: add ws/httpupgrade transports and a real-server test harness
Show description for ca27394
Titlehhhh
and
claude
committed
ca27394
View commit details
Copy full SHA for ca27394
Browse repository at this point
build: add net11.0 to the target frameworks
Show description for 6438e8a
Titlehhhh
and
claude
committed
6438e8a
View commit details
Copy full SHA for 6438e8a
Browse repository at this point
ci: install the .NET 11 preview SDK
Show description for 729e29c
Titlehhhh
and
claude
committed
729e29c
View commit details
Copy full SHA for 729e29c
Browse repository at this point
Commits on Aug 20, 2026
feat(reality): add QuickProxyNet.Reality, driving Xray for REALITY
Show description for 14e9829
Titlehhhh
and
claude
committed
14e9829
View commit details
Copy full SHA for 14e9829
Browse repository at this point
feat(reality): implement REALITY in managed code, no Xray process
Show description for 7cdea61
Titlehhhh
and
claude
committed
7cdea61
View commit details
Copy full SHA for 7cdea61
Browse repository at this point
docs: record what the REALITY work pinned down
Show description for f5355ce
Titlehhhh
and
claude
committed
f5355ce
View commit details
Copy full SHA for f5355ce
Browse repository at this point
fix(reality): refuse unauthenticated records before the server has keys
Show description for 7549189
Titlehhhh
and
claude
committed
7549189
View commit details
Copy full SHA for 7549189
Browse repository at this point
perf(reality): benchmark the managed REALITY / TLS 1.3 client
Show description for 4e4cd0f
Titlehhhh
and
claude
committed
4e4cd0f
View commit details
Copy full SHA for 4e4cd0f
Browse repository at this point
perf(reality): stop allocating two buffers per TLS record
Show description for b300e1e
Titlehhhh
and
claude
committed
b300e1e
View commit details
Copy full SHA for b300e1e
Browse repository at this point
test(reality): add BenchmarkDotNet coverage for the managed stack
Show description for 4dbc666
Titlehhhh
and
claude
committed
4dbc666
View commit details
Copy full SHA for 4dbc666
Browse repository at this point
fix(reality): drop ed25519 from signature_algorithms, and match Chrome's list
Show description for 41bd3f9
Titlehhhh
and
claude
committed
41bd3f9
View commit details
Copy full SHA for 41bd3f9
Browse repository at this point
perf(reality): pool the per-connection buffers, and clear secrets in one place
Show description for 815031f
Titlehhhh
and
claude
committed
815031f
View commit details
Copy full SHA for 815031f
Browse repository at this point
docs: bring the guides up to date with REALITY and net11
Show description for cf0f6e4
Titlehhhh
and
claude
committed
cf0f6e4
View commit details
Copy full SHA for cf0f6e4
Browse repository at this point
perf(reality): batch the record layer's trips to the transport
Show description for 4bcb557
Titlehhhh
and
claude
committed
4bcb557
View commit details
Copy full SHA for 4bcb557
Browse repository at this point
perf(reality): more than halve the cost of an X25519 key exchange
Show description for 77b72c4
Titlehhhh
and
claude
committed
77b72c4
View commit details
Copy full SHA for 77b72c4
Browse repository at this point
Commits on Aug 21, 2026
feat(vless): speak REALITY and Vision in-process, and take a link as a string
Show description for ef369ac
Titlehhhh
and
claude
committed
ef369ac
View commit details
Copy full SHA for ef369ac
Browse repository at this point
refactor: delete the QuickProxyNet.Reality package
Show description for 16c38d9
Titlehhhh
and
claude
committed
16c38d9
View commit details
Copy full SHA for 16c38d9
Browse repository at this point
fix: make the VPN paths fail the way the rest of the library does
Show description for 27dd968
Titlehhhh
and
claude
committed
27dd968
View commit details
Copy full SHA for 27dd968
Browse repository at this point
Commits on Aug 22, 2026
chore: release prep for 4.0.0 — five review passes, their fixes, and the loopback tests back
Show description for 661d9e9
Titlehhhh
and
claude
committed
661d9e9
View commit details
Copy full SHA for 661d9e9
Browse repository at this point
fix: bound every loop a hostile peer could hold open, and finish the error-type pass
Show description for d756e6e
Titlehhhh
and
claude
committed
d756e6e
View commit details
Copy full SHA for d756e6e
Browse repository at this point
You can’t perform that action at this time.