首先,在 Mystey-内网穿透 平台上创建一个客户端,输入备注名称




bash -c "$(curl -fsSL https://pan.mystey.com/local/Mystey-Client/Mystey_Client_install.sh)"





docker run -d --name Mystey_内网穿透Client --net host --restart always harbor.sian.one/gostc/gostc:latest --tls=true -addr frp.mystey.com -key 客户端连接密钥
services:
client:
image: harbor.sian.one/gostc/gostc:latest
restart: always
network_mode: host
container_name: Mystey_内网穿透Client
command:
- -addr
- frp.mystey.com
- -key
- 客户端连接密钥
