API Resource: Test DNS

The Test DNS resource returns the result of a DNS test that checks if the device the test was initiated from is using our DNS servers.

Note: This resource is a little different from the others in that is uses its own URL and does not require authentication.


<strong>GET https://check.getflix.com.au/?format=json</strong>

Returns an object containing the DNS test result.

Return Data

{<br> "dns": <trueOrFalse> }

Example Usage

curl -X GET https://check.getflix.com.au/?format=json<br>{<br> "dns": true<br>}

Still need help? Contact Us Contact Us