aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/VPN/DNSResolver.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* VPN: If we don't have to make a DNS request, we shouldn't enter that statusRoopesh Chander2018-10-291-0/+14
* VPN: Cache DNS resolutions while the app is in memoryRoopesh Chander2018-10-291-6/+22
* VPN: DNSResolver: Resolve multiple endpoints in parallelRoopesh Chander2018-10-281-21/+32
* VPN: Fix DNS resolution APIRoopesh Chander2018-10-271-7/+22
* VPN: DNSResolver: A class that does DNS resolution using getaddrinfoRoopesh Chander2018-10-271-0/+93