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

是否可以使用 UDS 连接 #102

Open
MOOnLyer opened this issue Dec 1, 2023 · 0 comments
Open

是否可以使用 UDS 连接 #102

MOOnLyer opened this issue Dec 1, 2023 · 0 comments

Comments

@MOOnLyer
Copy link

MOOnLyer commented Dec 1, 2023

我尝试将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 连接?

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

1 participant