Xboard 42faf00700
Some checks failed
Docker / build (push) Failing after 3m27s
Build master branch / Build (push) Failing after 11m16s
Publish scripts / Publish scripts to Cloudflare Pages (push) Failing after 11m11s
Update docker.yml
2024-11-02 04:56:38 +08:00
2024-11-02 04:56:38 +08:00
v1
2024-11-02 04:49:43 +08:00
v1
2024-11-02 04:49:43 +08:00
v1
2024-11-02 04:49:43 +08:00
2023-09-01 18:09:56 -07:00
2023-06-04 12:37:17 -07:00
2023-09-01 17:51:44 -07:00
v1
2024-11-02 04:49:43 +08:00
v1
2024-11-02 04:49:43 +08:00
2024-10-04 11:21:30 -07:00
2024-10-04 11:21:30 -07:00
2023-09-01 13:44:12 -07:00
2023-09-01 17:51:44 -07:00
2023-11-10 16:48:45 -08:00
2024-03-13 19:39:55 -07:00
v1
2024-11-02 04:49:43 +08:00

Hysteria 2

支持对接V2board面板的Hysteria2后端

项目说明

本项目基于hysteria官方内核二次开发添加了从v2b获取节点信息、用户鉴权信息与上报用户流量的功能。 性能方面已经由hysteria2内核作者亲自指导优化过了。

TG交流群

欢迎加入交流群 点击加入

示例配置

v2board:
  apiHost: https://面板地址
  apiKey: 面板节点密钥
  nodeID: 节点ID
tls:
  type: tls
  cert: /etc/hysteria/tls.crt
  key: /etc/hysteria/tls.key
auth:
  type: v2board
trafficStats:
  listen: 127.0.0.1:7653
acl: 
  inline: 
    - reject(10.0.0.0/8)
    - reject(172.16.0.0/12)
    - reject(192.168.0.0/16)
    - reject(127.0.0.0/8)
    - reject(fc00::/7)

其他配置完全与hysteria文档的一致可以查看hysteria2官方文档 点击查看

快速启动

docker run -itd --restart=always  --network=host \
 -e apiHost=https://example.com \
 -e apiKey=xxxxxxxxxxxxxxxxxxxxx \
 -e domain=hy2.example.com  \
 -e nodeID=1 \
ghcr.io/cedar2025/hysteria:latest

docker 仓库

docker pull ghcr.io/cedar2025/hysteria:latest
Description
add support v2board to Hysteria2
Readme 9.9 MiB
Languages
Go 91%
Shell 4.4%
Python 4.4%
Dockerfile 0.2%