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