KonaArctic/Parallel-Proxy-Over-HTTPS
GitHub: KonaArctic/Parallel-Proxy-Over-HTTPS
一款通过将代理流量拆分为多条 TCP 连接来绕过按连接限速策略的 HTTPS 并行代理工具。
Stars: 0 | Forks: 0
# 通过 HTTPS 进行并行代理
某些互联网服务提供商和防火墙会限制连接,但由于某些原因,它们只会独立限制每一条 TCP 连接。因此,我们可以通过使用隧道代理来绕过这一限制,该代理会为每个被隧道代理的连接创建数百个真实的 TCP 连接 ...
## 使用方法
通过 HTTPS 进行并行代理 已知可兼容 [OVH](https://ovhcloud.com) 和 [Akile](https://akile.io),并且预期可兼容任何其他 [VPS](https://en.wikipedia.org/wiki/Virtual_Private_Server) 服务商。假设 `HOSTNAME` 是你的服务器主机名,而 `SECRET` 是一个随机生成的密钥。
- 在你的服务器上运行 `go run $(pwd) server :443 SECRET`
- 在你的客户端上运行 `KONA_TLS_INSECURE_SKIP_VERIFY=true go run $(pwd) client :53554 https://:SECRET@HOSTNAME`
- 然后将你系统的 HTTP 代理设置为 `http://localhost:53554`
## 许可证
Copyright (C) 2026 Kona Arctic
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
标签:DNS解析, EVTX分析, Go语言, HTTPS代理, TCP连接池, VPS, 协议封装, 反向代理, 多路复用, 安全合规, 带宽限制, 并发连接, 底层编程, 开源项目, 日志审计, 流量混淆, 程序破解, 突破限速, 网络中间件, 网络代理, 网络优化, 网络加速, 网络通信, 负载均衡, 防封杀, 隧道代理