synfinatic / vpnexiter

VPN Exit Manager
MIT License
0 stars 0 forks source link

Make DNS requests faster #9

Closed synfinatic closed 4 years ago

synfinatic commented 4 years ago

Can't just call net.LookupHost inside of a groutine because it's not re-entrant on OS X. What about other platforms? what other options are there?