You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: