New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
I got this tunnelbroker service to provide ipv6 addresses for all devices at home using openwrt. I was not able to use your wireguard option though, handshake never worked for some reason. I used SIT on my server elsewhere and then configured wireguard on the same server and used one of the /64 prefixes and then i was able to provide public ipv6 for all devices at home, this is very useful since i`m behind cgnat, i can now access every device/service at home remotely via ipv6 anywhere i go. Thank you.
This is weird, can you provide some logs why wg was not working I will investigate
The wireguard issue has nothing to do with your service. I`m living in a country where they block everything with DPI. Apparently they block the connection as soon as wireguard handshake starts. I use a kernel obfuscation module for all other wireguard connections i have here and they work fine.
I had some idea similar to this sometime ago, good to see you work on it, I genuinely wish you the very best for this project @elusiVeRPG !
That's a great server. Does that mean my server will have its own IPv6 address? How long will this service be available?
Love the Wireguard integration! Thanks for the service.
Would it be possible to add an API endpoint to update the client IP?
Is in todo and I hope I will find some time over the weekend as I have also second endpoint ready.
๐ Update: Dynamic DNS support is live!
Hey LET! ๐
Small but useful update for everyone running their tunnel from a home connection or any setup with a dynamic public IPv4: you no longer need to log into the dashboard every time your ISP renumbers you. The service now speaks dyndns2 natively, so your router or
ddclientcan keep the tunnel endpoint in sync on its own.๐ What's new
A headless endpoint at
https://tb.tahio.eu/nic/update(with an alias at/api/dyndns/update) that follows the dyndns2 conventions: HTTP Basic auth, plain-text response codes (good <ip>/nochg <ip>/badauth/nohost/notfqdn/abuse/911),?hostname=and?myip=query params. Exactly what every off-the-shelf DDNS client already speaks.โ Compatible with
ddns-scripts), ASUS / Merlin, OPNsense, pfSense โ anything with a "Custom DynDNS" formddclient,inadyn,ddupdate, or anything that takesprotocol=dyndns2curlif you'd rather script it yourself๐ ๏ธ How to enable it
wg.)ddclientexample:protocol=dyndns2
use=web, web=https://ipv4.icanhazip.com
server=tb.tahio.eu
ssl=yes
login=tun-XXXX-1
password=ddns_
tun-XXXX-1
Bare curl, if you prefer:
```bash
curl -u 'tun-XXXX-1:ddns_' \
'https://tb.tahio.eu/nic/update?hostname=tun-XXXX-1&myip=auto'
โ good 1.2.3.4
myip=auto (or no myip at all) makes the server use your source address โ matches the behaviour of dyn.com / No-IP.
๐ Architecture, for the curious
๐ Found a problem?
Reply here, or ping me on IRCnet #6to4 (nick kofany). End-to-end tested today with a live GRE tunnel before flipping the switch, but with hundreds of client interfaces in the wild and every flavour of router out there, I'd be surprised if no one finds an edge case. ๐
You have it ready, please test it
Be prepared
. RevDNS support is coming soon to our tunnel broker service
. Stay tuned! 
ty for your informations
Thanks for Wireguard integration!
Would it be possible to add an IPV6 endpoint to wireguard. It's will be expand client IP6 address range from one address to /64?
I will consider that in next update, when I ship RevDNS possibility. So I hope it will be ready this weekend.
You have it ready. WG supports now both ipv4 and ipv6 as endpoint. Please test it and let us know if all works like it should.
๐งญ Update: Reverse DNS is live! ๐
Hey LET! ๐
The one feature I've been promising since April 2025 (sorry for the wait โ life got in the way more than once) is finally shipped. Every tunnel user can now manage reverse DNS for their delegated /64 prefixes straight from the dashboard, in two flavours:
๐ What's new
You can mix both per-/64 โ delegate one /64 to your own NS, leave the others on our hosted PTRs. Toggle anytime; switching back from Own NS just reactivates whatever PTRs you had.
๐ ๏ธ How to use it
Propagation is normally a few seconds end-to-end โ backend cache + PowerDNS publish are surgical, so it shows up on ns1.got.al very quickly.
โ What works
โ ๏ธ Notes
Also worth mentioning: yesterday's WireGuard dual-stack endpoint update (IPv4 and IPv6 endpoints, your pick) shipped alongside this, so the dashboard's WG config tab now has a small IPv4/IPv6 toggle above the download button. SIT/GRE stay IPv4-only by design.
Big thanks to everyone who patiently kept asking for this โ @ashish168527 and a few others originally floated the idea back in April. Test it, break it, file feedback in the thread. ๐