Live data from Hacker News

Show HN: Use DNS TXT to share information

news.ycombinator.com

11–20 of 95 posts

Re: Show HN: Use DNS TXT to share information

#13

The iodine protocol allows bi-directional ipv4 traffic over DNS. https://github.com/yarrick/iodine

This is pretty good for bypassing captive portals on public Wi-Fi access points. Sometimes you can use it to get Internet for free without paying. These days most are more clever and will block everything other than the default gateway until you sign on.

Re: Show HN: Use DNS TXT to share information

#16

The iodine protocol allows bi-directional ipv4 traffic over DNS. https://github.com/yarrick/iodine

This is pretty good for bypassing captive portals on public Wi-Fi access points. Sometimes you can use it to get Internet for free without paying. These days most are more clever and will block everything other than the default gateway until you sign on.

Four years ago I managed to use it on a plane to read mails over SSH in a terminal. It was so slow I had the impression to be in a spaceship to another planet...

Re: Show HN: Use DNS TXT to share information

#18
post #16

Earlier quoted context omitted.

This is pretty good for bypassing captive portals on public Wi-Fi access points. Sometimes you can use it to get Internet for free without paying. These days most are more clever and will block everything other than the default gateway until you sign on.

Four years ago I managed to use it on a plane to read mails over SSH in a terminal. It was so slow I had the impression to be in a spaceship to another planet...

:) to be fair SSH doesn't cope well on high latency, high packet loss connections.

Re: Show HN: Use DNS TXT to share information

#19
post #16

Earlier quoted context omitted.

Four years ago I managed to use it on a plane to read mails over SSH in a terminal. It was so slow I had the impression to be in a spaceship to another planet...

:) to be fair SSH doesn't cope well on high latency, high packet loss connections.

mosh[0] helps a lot in these scenarios. It doesn't actually make your connection any faster, but it does make things feel a lot more responsive.

[0] https://mosh.org/

Post reply on HN