File size: 107 Bytes
89ccda3
 
 
 
1
2
3
4
5
#!/bin/bash

curl -fsS "https://cloudflare.com/cdn-cgi/trace" | grep -qE "warp=(plus|on)" || exit 1
exit 0