We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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文件更改为如下
image: ghcr.io/ihciah/shadow-tls:latest container_name: shadow-tls restart: always network_mode: "host" volumes: - /dev/shm:/dev/shm environment: - MODE=server - LISTEN="/dev/shm/tls.sock" - SERVER="/dev/shm/trojan.sock" - TLS=cloud.tencent.com:443 - PASSWORD=
显示错误 Thread exit: bind failed: invalid socket address, 所以想了解下是否支持使用 UDS 连接?
Thread exit: bind failed: invalid socket address
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我尝试将docker文件更改为如下
显示错误
Thread exit: bind failed: invalid socket address
, 所以想了解下是否支持使用 UDS 连接?The text was updated successfully, but these errors were encountered: