ihciah / shadow-tls

A proxy to expose real tls handshake to the firewall
https://www.ihcblog.com/a-better-tls-obfs-proxy/
MIT License
2.33k stars 265 forks source link

是否可以使用 UDS 连接 #102

Open MOOnLyer opened 11 months ago

MOOnLyer commented 11 months ago

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