Skip to content

KatanaO/reality-ezpz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

reality-ezpz

You can install and configure reality protocol on your linux server by executing a single command.

This script:

  • Installs docker with compose plugin in your server
  • Generates docker-compose.yml and reality (xray) configuration
  • Generates client configuration string and QRcode

This script is designed for Ubuntu and Debian.

Installation

Copy and pase the line below in terminal:

bash <(curl -sL https://bit.ly/realityez)

After a while you will get confgiuration string and QR code: image

If the command above doesn't work, use this one instead:

bash <(curl -sL https://raw.githubusercontent.com/aleskxyz/reality-ezpz/master/reality-ezpz.sh)

Generate new configuration

If you want to remove old configuration and generate new configuration, copy and pase this line:

bash <(curl -sL https://bit.ly/realityez) regenerate

Customization

This script stores configurations in $HOME/reality and uses the TLS of yandex.com

You can edit these defaults by downloading the script in your server and edit first lines.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%