For the complete documentation index, see llms.txt. This page is also available as Markdown.

Example Request

Here is an example query.

In this example we send a simple query to access https://myip.netnut.io using the Website Unblocker without custom options:

curl -k -x username:password@unblocker.netnut.io:5959 https://myip.netnut.io

Upon successful execution, the response will return the HTML content of https://myip.netnut.io/ like so:

<!DOCTYPE html>
<body>
172.56.64.121
</body>
</html>

Last updated