Look up external IP via DNS instead of HTTP

Use myip.opendns.com via their resolver.

The code is now TCP free again :)
This commit is contained in:
Erik Ekman
2020-05-24 16:05:55 +02:00
parent e8a4c66719
commit 2032b44949
4 changed files with 66 additions and 51 deletions

View File

@@ -13,11 +13,11 @@ master:
- README converted to markdown by Nicolas Braud-Santoni.
- Linux: use pkg-config for systemd support flags.
Patch by Jason A. Donenfeld.
- Change external IP webservice to ipify.org
- Add support for IPv6 in the server.
Raw mode will be with same protocol as used for login.
Traffic inside tunnel is still IPv4.
- Update android build to support 5.0 (Lollipop) and newer.
- Change external IP lookup to using myip.opendns.com via DNS.
2014-06-16: 0.7.0 "Kryoptonite"
- Partial IPv6 support (#107)