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
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
https://p4gefau1t.github.io/trojan-go/advance/plugin/
The text was updated successfully, but these errors were encountered:
Try use sing-box
Sorry, something went wrong.
No branches or pull requests
this is docker-compose.yaml
It's not work
Do I need to enable this function?
https://p4gefau1t.github.io/trojan-go/advance/plugin/
The text was updated successfully, but these errors were encountered: