wimotek/xray

By wimotek

Updated over 1 year ago

懒人版

Image
Networking
Security
Internet of things
0

429

wimotek/xray repository overview

Xray Docker Image by wimotek

Xray is a platform for building proxies to bypass network restrictions.

It secures your network connections and thus protects your privacy.

Docker images are built for quick deployment in various computing cloud providers.

For more information on docker and containerization technologies, refer to official document.

Prepare the host

If you need to install docker by yourself, follow the official installation guide.

Start a container


docker run -d -p 443:443 --name xray --restart=always wimotek/xray

Warning: 443端口不能被占用,并且防火墙放行此端口.

客户端配置

将下面文字中 你的服务器IP或域名 替换成你自己的就可以了. 其中 你的备注 按需替换


vless://34433504-10de-41b3-82f3-ca34c30f83bb@你的服务器IP或域名:443?security=reality&alpn=null&encryption=none&pbk=uMHXUmaq0myzdh3SGjzdlSvzdAY3uStNKspuoFDuCGo&headerType=none&fp=chrome&type=tcp&sni=www.samsung.com#你的备注

复制修改好这行文字. 在passwall或者v2rayNG等客户端中添加节点, 点导入分享的URL 粘贴, 保存 就完成配置了.

修改默认设置

修改id:

docker exec -it xray ./root/set.sh id

修改公钥:

docker exec -it xray ./root/set.sh cert

同时修改id和公钥:

docker exec -it xray ./root/set.sh

服务器上运行, 记下新的id或公钥,修改客户端对应设置.

更多设置: https://github.com/XTLS/Xray-examples

Tag summary

Content type

Image

Digest

sha256:83bf90574

Size

19 MB

Last updated

over 1 year ago

docker pull wimotek/xray:25.1.30