example.json.is_cloudflare.php
This commit is contained in:
parent
da089ce9e7
commit
1e708ad68a
|
@ -10,7 +10,7 @@
|
|||
|
||||
|
||||
/*
|
||||
is_listed_cf(str Domain)
|
||||
is_listed_cf(string Domain)
|
||||
return
|
||||
[false, false]: file error
|
||||
[true, true]: is cloudflare
|
||||
|
@ -29,7 +29,7 @@ function is_listed_cf($domain)
|
|||
}
|
||||
|
||||
/*
|
||||
is_cloudflare_cached(str Domain)
|
||||
is_cloudflare_cached(string Domain)
|
||||
return
|
||||
true: is cloudflare
|
||||
false: not listed
|
||||
|
|
Loading…
Reference in New Issue