Giter Site home page Giter Site logo

tuic-install's Introduction

TUIC安装指南

1.下载程序

curl -Lo /root/tuic https://github.com/EAimTY/tuic/releases/download/0.8.4/tuic-server-0.8.4-x86_64-linux-musl && chmod +x /root/tuic

2.下载配置

curl -Lo /root/tuic_config.json https://raw.githubusercontent.com/chika0801/tuic-install/main/config_server.json

3.下载systemctl配置

curl -Lo /etc/systemd/system/tuic.service https://raw.githubusercontent.com/chika0801/tuic-install/main/tuic.service

4.上传证书和私钥

将证书文件改名为fullchain.cer,将私钥文件改名为private.key,使用WinSCP登录你的VPS,将它们上传到/root/目录。

用acme申请 SSL 证书

什么是 SSL 证书

5.启动程序

systemctl daemon-reload && systemctl enable tuic
systemctl start tuic
systemctl status tuic
  • 程序 /root/tuic
  • 配置 /root/tuic_config.json
  • 证书 /root/fullchain.cer
  • 私钥 /root/private.key
  • systemctl配置 /etc/systemd/system/tuic.service
  • 查看日志 journalctl -u tuic --output cat -e
  • 实时日志 journalctl -u tuic --output cat -f

v2rayN配置指南

下载Windows客户端程序tuic-client-0.8.4-x86_64-windows-msvc.exe,重命令为tuic.exe,复制到v2rayN文件夹。

下载客户端配置config_client.json,修改chika.example.com为证书中包含的域名,修改10.0.0.1为VPS的IP。

小技巧:只要证书在有效期内,证书中包含的域名不用解析到VPS的IP。一份证书,在多个VPS上使用。

1

tuic-install's People

Contributors

chika0801 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.