Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker下新建xray_reality_1失败 #12

Open
chaos-wan opened this issue Oct 31, 2024 · 1 comment
Open

docker下新建xray_reality_1失败 #12

chaos-wan opened this issue Oct 31, 2024 · 1 comment

Comments

@chaos-wan
Copy link

docker执行的命令:
EXTERNAL_PORT=445
docker run -d --name xray_reality_1 --restart=always -p $EXTERNAL_PORT:443 -e EXTERNAL_PORT=$EXTERNAL_PORT -e UUID="" -e SERVERNAMES="www.apple.com" -e DEST="www.apple.com:443" -e PRIVATEKEY="" wulabing/xray_docker_reality:latest

查看:docker logs -f xray_reality_1
使用查看后,系统反馈:

curl: (7) Failed to connect to ip.sb port 80 after 19 ms: Could not connect to server
UUID is not set, generate random UUID
UUID: c5514cdb-73ac-4ae3-9f30-4e1a4556ca0c
PRIVATEKEY is not set. generate new key
Private key: 2GleSRyJU426tERZ5yG7K-0HC3ppzOkZyUieGGMqg1w
Public key: qmEJl8AZ2TVQevGxoDhKunm_hy9ymGQk8dPn1HiVn0k
NETWORK is not set,set default value tcp

@wulabing
Copy link
Owner

wulabing commented Jan 7, 2025

这里的错误说明无法连接到ip.sb获取IP地址,如果确认网络正常的话,通常不会影响使用,也可以尝试重新创建一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants