Skip to content

lujiaxuan666/v2ray-private

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

For test and study instead of commerce, powered by @zyg

Please indicate the source before reprinting the article, infringement will be corrected

front

  • ws

    xx.xxx.com;443;2;ws;;path=/v2ray|host=www.baidu.com

  • ws+tls

    domain or ip;0;16;tls;ws;path=/v2ray|host=domain|inside_port=10550|outside_port=443

backend

mkdir v2ray-agent && \
cd v2ray-agent && \
curl https://raw.githubusercontent.com/alexalexmaestro/v2ray-private/master/install.sh -o install.sh && \
chmod +x install.sh && \
bash install.sh

hints

  • It's valid for most of the communication protocols, containing ws, ws+tls, tcp, kcp.

  • 'Docker' operation will take up the ports: 2333(default, can be changed), 443(default, can be changed)
    'Docker_Caddy' operation will take up the ports: 2333(default, can be changed), 10550(default, can be changed)
    and 80(default, can't be changed), 443(default, can be changed).

  • Also you can contact @Alex for the paid support.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.7%
  • JavaScript 22.6%
  • HTML 1.8%
  • Dockerfile 1.5%
  • CSS 0.4%