Skip to content

yjavaherian/reality-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XRAY+VLESS+REALITY Docker

a docker image based of teddysun/xray

Config

run below in an environment where xray1.8.0 is installed

generating pub and prv key

xray x25519

generating uuid

xray uuid

generating short id

openssl rand -hex 8

finding list of server names for a dest

xray tls ping domain.com

Environment Variables

  • PORT: server listening port
  • UUID: UUID used in VLESS configuration
  • PRIVATE_KEY: server private key
  • PUBLIC_KEY: server private key
  • SHORT_ID: a short id used in REALITY configuration
  • SERVER_IP: server ip used in generating config vless share link
  • DEST: sni destination used in REALITY config.
  • DPORT: the port used for destination (use 443 if you are not sure)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published