All Projects → nekocode → V2ray Docker

nekocode / V2ray Docker

Docker image of v2ray(ws + tls) & caddy2.

Projects that are alternatives of or similar to V2ray Docker

Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (+2652.38%)
Mutual labels:  v2ray
Luci App V2ray
LuCI support for V2Ray
Stars: ✭ 728 (+3366.67%)
Mutual labels:  v2ray
V2ray Examples
v2ray-core 的模板们
Stars: ✭ 778 (+3604.76%)
Mutual labels:  v2ray
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+2695.24%)
Mutual labels:  v2ray
V2ray Desktop
最优雅的跨平台代理客户端,支持Shadowsocks(R),V2Ray和Trojan协议。The most elegant cross-platform proxy GUI client that supports Shadowsocks(R), V2Ray, and Trojan. Built with Qt5 and QML2.
Stars: ✭ 671 (+3095.24%)
Mutual labels:  v2ray
V2ray Web Manager
v2ray-web-manager 是一个v2ray的面板,也是一个集群的解决方案;同时增加了流量控制/账号管理/限速等功能。key: admin , panel ,web,cluster,集群,proxy
Stars: ✭ 738 (+3414.29%)
Mutual labels:  v2ray
Multi V2ray
v2ray/xray多用户管理部署程序
Stars: ✭ 5,382 (+25528.57%)
Mutual labels:  v2ray
V2raymsc
v2ray 跨平台客户端
Stars: ✭ 17 (-19.05%)
Mutual labels:  v2ray
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (+3261.9%)
Mutual labels:  v2ray
Surgio
Generating rules for Surge, Clash, Quantumult... like a PRO.
Stars: ✭ 777 (+3600%)
Mutual labels:  v2ray
V2raydocker
一键v2ray ws + tls 方便就完事了
Stars: ✭ 638 (+2938.1%)
Mutual labels:  v2ray
Vps setup
linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/
Stars: ✭ 678 (+3128.57%)
Mutual labels:  v2ray
One click script
一键安装 trojan v2ray xray. Install v2ray / xray (VLESS) and trojan (trojan-go) script
Stars: ✭ 751 (+3476.19%)
Mutual labels:  v2ray
Free
翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
Stars: ✭ 16,689 (+79371.43%)
Mutual labels:  v2ray
V2ray.fun
v2ray傻瓜式一键部署脚本,支持二维码
Stars: ✭ 817 (+3790.48%)
Mutual labels:  v2ray
Share Ssr V2ray
🃏 Free SS/SSR/V2ray 免费分享节点账号信息网站
Stars: ✭ 5,984 (+28395.24%)
Mutual labels:  v2ray
V2board
🚀A v2ray and trojan panel application interface
Stars: ✭ 733 (+3390.48%)
Mutual labels:  v2ray
V2raya
A Linux web GUI client of Project V which supports V2Ray, SS, SSR, Trojan and Pingtunnel 🚀
Stars: ✭ 840 (+3900%)
Mutual labels:  v2ray
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+31061.9%)
Mutual labels:  v2ray
Xray onekey
Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
Stars: ✭ 7,012 (+33290.48%)
Mutual labels:  v2ray

内置应用版本号:

  • caddy: 2.2.1(释放日期:2020-10-14
  • v2ray: v4.31.0(释放日期:2020-10-09

使用方法:

docker pull nekocode/v2ray:latest

# 将下面的 YOUR_DOMAIN 替换成已经解析到你服务器的域名:
docker run -d -p 80:80 -p 443:443 -e DOMAIN=YOUR_DOMAIN nekocode/v2ray:latest

# 此外,你还可以为 V2Ray 设置固定的 UUID(否则容器每次启动会自动生成随机 UUID)
docker run -d -p 80:80 -p 443:443 -e DOMAIN=YOUR_DOMAIN -e UUID=YOUR_UUID nekocode/v2ray:latest

容器启动后,在浏览器中访问你的域名将会得到以下网页,它提供了各大平台常用客户端的配置二维码和 vmess 链接:

Tip: 如果不想该页面太容易暴露出去的话,可以绑定子域名来提高隐匿性,例如 secret0.yourdomain.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].