8000 GitHub - yizhipian/scripts: This is a reality+hysteria2+tuic-v5 no interaction one-click script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from eooce/scripts

This is a reality+hysteria2+tuic-v5 no interaction one-click script

Notifications You must be signed in to change notification settings

yizhipian/scripts

 
 

Repository files navigation

Reality,Hysteria2,Tuic-v5

This is a reality no interaction one-click script,only support Debian10+/Ubuntu20+/Centos7+/Fedora8+

Install

Reality

Run the following command. The PORT can be customized,Removing PORT=8880 it will use a random port

PORT=8880 bash -c "$(curl -L https://raw.githubusercontent.com/eooce/scripts/master/reality.sh)"
bash -c "$(curl -L https://raw.githubusercontent.com/eooce/scripts/master/test.sh)"  

PORT,NEZHA_SERVER,NEZHA_PORT,NEZHA_KEY can be customized

Hysteria2

The HY2_PORT can be customized,Removing HY2_PORT=8880 it will use a random port

HY2_PORT=8880 bash -c "$(curl -L https://raw.githubusercontent.com/eooce/scripts/master/Hysteria2.sh)"

Tuic-v5

bash -c "$(curl -L https://raw.githubusercontent.com/eooce/scripts/master/tuic.sh)"

Uninstall

 bash -c "$(curl -L https://raw.githubusercontent.com/eooce/scripts/master/uninstall.sh)"

Installation Guide with Docker

  1. install docker
curl -fsSL https://get.docker.com | sh
  1. clone this project
git clone https://github.com/eooce/scripts && cd xray-reality
  1. build docker image
docker build -t xrayreality .
  1. run
 docker run -d --name xrayreality -p443:443 xrayreality
  1. get connection config :

get url

docker exec -it xrayreality cat /root/reality.txt

view qrcode

docker exec -it xrayreality sh -c 'qrencode -s 120 -t ANSIUTF8 $(cat /root/reality.txt)'

how to manage ?

status :

docker ps -a | grep xrayreality

stop :

docker stop xrayreality

start :

docker stop xrayreality

remove :

docker rm -f xrayreality

About

This is a reality+hysteria2+tuic-v5 no interaction one-click script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.0%
  • Dockerfile 2.0%
0