Email or username:

Password:

Forgot your password?
Top-level
Stefano Marinelli

@lw modified. could you please test it (as my browsers' cache still go to https)?

5 comments
lw

@stefano

seems not quite working:

% curl -si4 myip.bsd.cafe
HTTP/1.1 404 Not Found
Server: nginx
Date: Thu, 09 May 2024 11:33:11 GMT
Content-Type: text/html
Content-Length: 146
Connection: keep-alive

<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

lw

@stefano tested v4 + v6 via http + https and all are working. thanks for the quick fix :-)

lw

@stefano

random feature request: perhaps `dig myip.bsd.cafe txt @myip.bsd.cafe` could also return the address?

Go Up