Skip to content

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:50
· 38 commits to master since this release

Android has no /etc/resolv.conf, the only file Go's own resolver reads, so
every lookup failed with connection refused and register had nothing left
to try - not the direct API call, not the relay, not the tunnel fallback.
warpscout now reads Termux's own resolv.conf, falling back to 8.8.8.8.

Commits

  • fix: resolve DNS on Android, where there is no /etc/resolv.conf (77e70f4)