mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
Merge pull request #1339 from domosekai/master
Mayaqua/Network: Skip IPv6 nameservers for SecureNAT
This commit is contained in:
commit
146455e97d
@ -8037,7 +8037,7 @@ bool UnixGetDefaultDns(IP *ip)
|
||||
if (StrCmpi(t->Token[0], "nameserver") == 0)
|
||||
{
|
||||
StrToIP(ip, t->Token[1]);
|
||||
f = true;
|
||||
f = IsIP4(ip);
|
||||
}
|
||||
}
|
||||
FreeToken(t);
|
||||
|
Loading…
Reference in New Issue
Block a user