Python
- 4 ответа
- 0 вопросов
1
Вклад в тег
protoc -I=$SRC_DIR --python_out=$DST_DIR $SRC_DIR/addressbook.proto
services:
3x-ui:
image: ghcr.io/mhsanaei/3x-ui:latest
container_name: 3x-ui
volumes:
- $PWD/db/:/etc/x-ui/
- $PWD/cert/:/root/cert/
environment:
XRAY_VMESS_AEAD_FORCED: "false"
tty: true
networks:
- traefik
labels:
- traefik.enable=true
- traefik.http.routers.xui.rule=Host(`xui.example.com`)
- traefik.http.routers.xui.tls=true
- traefik.http.routers.xui.tls.certresolver=letsEncrypt
- traefik.http.routers.xui.service=xui-web-config
- traefik.http.services.xui-web-config.loadbalancer.server.port=2053 #порт Web-морды
- traefik.tcp.routers.vless.rule=HostSNI(`www.microsoft.com`) #тот SNI, который указан в настройках inbound vless
- traefik.tcp.routers.vless.tls.passthrough=true
- traefik.tcp.routers.vless.service=xui-reality
- traefik.tcp.services.xui-reality.loadbalancer.server.port=443
pip install pyQiwiP2P==2.0a10