mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
fix a typo in local dns
This commit is contained in:
parent
f49f85b5bd
commit
6b355ef461
@ -26,7 +26,7 @@ func (*Client) LookupIP(host string) ([]net.IP, error) {
|
||||
return nil, err
|
||||
}
|
||||
parsedIPs := make([]net.IP, 0, len(ips))
|
||||
for _, ip := range parsedIPs {
|
||||
for _, ip := range ips {
|
||||
parsed := net.IPAddress(ip)
|
||||
if parsed != nil {
|
||||
parsedIPs = append(parsedIPs, parsed.IP())
|
||||
|
Loading…
Reference in New Issue
Block a user