14 Star 152 Fork 53

HServer / hp-内网穿透

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

官网

官网线上地址:http://hpproxy.cn

介绍

我们采用的是数据转发实现 稳定性可靠性是有保证的即便是极端的环境只要能上网就能实现穿透。 我们支持TCP和UDP协议,针对 http/https ws/wss 协议做了大量的优化工作可以更加灵活的控制。让用户使用更佳舒服简单。

原理图

云后台管理web

安卓客服端

Golang客服端

为了跨平台我们提供golang的实现

docker 方式运行

# 通过 docker run 运行容器
sudo docker run -P -d -p 10240:10240 -e deviceId=10-36位的自定义设备ID registry.cn-shenzhen.aliyuncs.com/hserver/hp:latest
# 通过 docker run 运行容器 ARM
sudo docker run -P -d -p 10240:10240 -e deviceId=10-36位的自定义设备ID registry.cn-shenzhen.aliyuncs.com/hserver/hp:latest-arm64

二进制文件运行

运行方式

chmod -R 777 ./hp-client-golang-amd64 
./hp-client-golang-amd64 -deviceId=10-36位的自定义设备ID 
然后访问 127.0.0.1:10240配置穿透

HServer/hp-android-client

MIT License Copyright (c) 2020 黑小马 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

内网穿透系统支持,TCP+UDP 内置域名转发等服务 Android端、Win、Linux、Mac、NAS、Docker等环境 X86、ARM、等CPU架构。 expand collapse
Cancel

Releases (6)

All

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/HServer/hp.git
git@gitee.com:HServer/hp.git
HServer
hp
hp-内网穿透
master

Search