CloudFlare内网穿透 实现公网访问飞牛 免费域名搭配

version: '3.8'
 
services:
  cloudflared: 
    image: cloudflare/cloudflared:latest
    container_name: cloudflared
    restart: always
    network_mode: host
    command: tunnel --no-autoupdate run --token < 替换为你的 token>

 

阅读剩余
THE END