7096988
1
2
3
4
5
#!/bin/bash curl -fsS "https://cloudflare.com/cdn-cgi/trace" | grep -qE "warp=(plus|on)" || exit 1 exit 0