Giter Club home page Giter Club logo

aurora's Introduction

快速使用

1.在系统中运行

# 使用必读
# 使用前请在V2Board添加好节点
# 请将命令中的API替换成V2board面板地址如:https://v2board.com
# 请将命令中的TOKEN替换成V2Board后台系统配置->服务端->通讯密钥
# 请将命令中的NODEID替换成V2Board后台V2ray中添加的节点ID
# 请将命令中的LICENSE替换成授权字符

curl -fsSL https://github.com/tokumeikoi/aurora/raw/master/install.sh | bash -s API TOKEN NODEID LICENSE 60

2.在Docker运行

# 使用必读
# 使用前请在V2Board添加好节点
# 请将命令中的API替换成V2board面板地址如:https://v2board.com
# 请将命令中的TOKEN替换成V2Board后台系统配置->服务端->通讯密钥
# 请将命令中的NODEID替换成V2Board后台V2ray中添加的节点ID
# 请将命令中的LICENSE替换成授权字符

docker run -d --name=aurora \
-v /root/.cert:/root/.cert \
-e API=API \
-e TOKEN=TOKEN \
-e NODE=NODEID \
-e LICENSE=LICENSE \
-e SYNCINTERVAL=60 \
--restart=always \
--network=host \
tokumeikoi/aurora

申请TLS证书

1.首先将节点域名解析到节点服务器,并且可以ping通

# 使用必读
# 使用前请将节点域名解析到节点,并且可以ping通
# 请将命令中的domain.com替换成节点域名
curl -fsSL https://github.com/tokumeikoi/aurora/raw/master/sign.sh | bash -s domain.com

2.申请完成后证书将会保存至/root/.cert/server.crt /root/.cert/server.key

aurora's People

Contributors

saifsas avatar tokumeikoi 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.