XrayR
git clone https://github.com/XrayR-project/XrayR-release
cd XrayR-release
docker compose up -d
Hysteria
version: '3'
services:
v2board:
image: ghcr.io/cedar2025/hysteria:latest
restart: always
network_mode: host
environment:
- apiHost=https://xxx.xx
- apiKey=ABD12-xxxx
- nodeID=x
volumes:
- /root/hysteria/tls:/etc/hysteria/
评论0
暂时没有评论