Email or username:

Password:

Forgot your password?
Stefano Marinelli

🚀 Exciting News from BSD Cafe! 🚀

We're thrilled to announce a new service: myip.bsd.cafe!

Now live, this tool is your go-to resource for checking your public IP address via Telnet, SSH, and HTTP—also perfect for times when you're on a command-line interface without browser access.

Explore more and contribute on our Brew page: brew.bsd.cafe/BSDCafe/checkmyi

Whether you're an IT professional or a tech enthusiast, this service is built to make your digital life a bit easier. Set up your own instance or use our public service.
Full instructions available on our Brew repository!

Spread the word and let's make network troubleshooting easier for everyone!

#BSDCafe #BSDCafeAnnouncements #BSDCafeServices #OpenSource #Networking #SysAdmin #PublicIP #TechTools #ITSecurity #DevOps

12 comments
lw

@stefano

this is handy! and easier to remember URL than the other 'my ip' API i used to use...

but one feature request: could you make it not redirect from http to https? i don't think TLS is necessary for this service and that makes it easier for systems that don't have a CA root installed or whatever

Stefano Marinelli

@lw Thank you for your feedback. Sure, I'll modify it later today.

Stefano Marinelli

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

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?

DELETED

@stefano On brew can i hold dotfiles etc? Or You accept "normal" projects?

Go Up