1.使用 Lightsail 新加坡 2.部署步骤 2.1 docker run -v $HOME/.warp:/var/lib/cloudflare-warp:rw
--restart=always --name=cloudflare-warp e7h4n/cloudflare-warp 2.2 docker inspect -f '{{range.NtworkSettings.Networks}}{{.IPAddress}}{{end}}' cloudflare-warp 2.3 docker run --rm curlimages/curl --connect-timeout 2 -x "socks5://172.17.0.2:40001" ipinfo.io 2.4 希望返回 cloudfare 相关信息,结果返回 "status": 429, "error": { "title": "Rate limit exceeded", "message": "You've hit the daily limit for the unauthenticated API. Create an API access token by signing up to get 50k req/month." } 2.5 如何解决