Coder Social home page Coder Social logo

rebecca554owen / hysteria Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cedar2025/hysteria

20.0 0.0 7.0 9.59 MB

add support v2board to Hysteria2

Home Page: https://v2.hysteria.network/

License: MIT License

Shell 4.54% Python 3.28% Go 91.94% Assembly 0.02% Dockerfile 0.22%

hysteria's Introduction

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

hysteria's People

Contributors

cedar2025 avatar cxjava avatar dependabot[bot] avatar dumadudus avatar error996 avatar haruue avatar hellodword avatar honwen avatar hynor avatar mritd avatar netheril96 avatar rebecca554owen avatar tobyxdd avatar unknowndevqwq avatar woashieshei avatar xchacha20-poly1305 avatar xishang0128 avatar xmapst avatar yinyue200 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.