mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Fix DNS resolution when no IPv6 address is configured
This commit is contained in:
@ -1164,6 +1164,7 @@ SOCKLIST *NewSockList();
|
||||
void StopSockList(SOCKLIST *sl);
|
||||
void FreeSockList(SOCKLIST *sl);
|
||||
bool IsIPv6Supported();
|
||||
bool HasIPv6Address();
|
||||
void SetSockTos(SOCK *s, int tos);
|
||||
void SetSockHighPriority(SOCK *s, bool flag);
|
||||
void InitIpClientList();
|
||||
|
Reference in New Issue
Block a user