mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 21:27:37 +03:00
Typo
This commit is contained in:
parent
0ca90dd8cc
commit
b4a073f54f
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ func findFarthestRoute(proxy *Proxy, name string, relayStamps []stamps.ServerSta
|
|||
return nil
|
||||
}
|
||||
|
||||
// Anonyimized DNSCrypt relays
|
||||
// Anonymized DNSCrypt relays
|
||||
serverAddrStr, _ := ExtractHostAndPort(server.stamp.ServerAddrStr, 443)
|
||||
serverAddr := net.ParseIP(serverAddrStr)
|
||||
if serverAddr == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue