Skip to content

0x1488/Xray-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,838 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

xray fork with a proper keys syntax support

Run

Requires Golang 1.26+, you could install it from here https://go.dev/doc/install

go run -ldflags='-X main.ui=true -X main.defaultPort=10808' github.com/0x1488/Xray-core/main@latest -c 'vless://abc123#name' 

Build Static Binary

git clone https://github.com/0x1488/Xray-core
cd Xray-core
go build -ldflags='-w -s -X main.ui=true -X main.defaultPort=10808 -X main.defaultConfigFiles=vless://abc123#name' -o xray ./main

Compile Flags

  • main.defaultPort=10808 -- port for socks5 proxy
  • main.defaultConfigFiles=vless://abc123#name -- default vless key
  • main.ui=true -- use custom UI, if not present just outputs in the terminal

About

playing around

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages