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

I want Shadowtls to work with Trojan sever #114

Open
captainstdin opened this issue Aug 18, 2024 · 1 comment
Open

I want Shadowtls to work with Trojan sever #114

captainstdin opened this issue Aug 18, 2024 · 1 comment

Comments

@captainstdin
Copy link

this is docker-compose.yaml

version: '3.3'
services:
  trojan:
    image: p4gefau1t/trojan-go
    container_name: trojan
    restart: always
    depends_on:
      - webpage
    volumes:
      - ./:/config/
    ports:
      - '443:443'
    command: /config/config.json
  webpage:
    image: wikihostinc/looking-glass-server:latest
    restart: always
    environment:
      - "UTILITIES_FAKESHELL=false"
      - "UTILITIES_IPERF3=false"
      - "SPONSOR_MESSAGE= test mirrors"
    ports:
      - '80:80'
  shadow-tls:
    image: ghcr.io/ihciah/shadow-tls:latest
    container_name: shadow-tls
    restart: always
    ports:
      - 8080:8080
    environment:
      - V3=1
      - MODE=server
      - LISTEN=0.0.0.0:8080
      - SERVER=trojan:443
      - TLS=www.baidu.com;www.qq.com
      - PASSWORD=010110

It's not work

Do I need to enable this function?

https://p4gefau1t.github.io/trojan-go/advance/plugin/

@JasonSCSE
Copy link

Try use sing-box

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