WireGuardNTSharp icon indicating copy to clipboard operation
WireGuardNTSharp copied to clipboard

Can't run

Open shaiful73 opened this issue 1 year ago • 1 comments

OpenAdapter Fail And Now Start Create... : 1168 Unhandled exception. System.Net.Sockets.SocketException (11001): No such host is known. at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch) at System.Net.Dns.GetHostEntry(String hostNameOrAddress, AddressFamily family) at System.Net.Dns.GetHostEntry(String hostNameOrAddress) at WireGuardNT_PInvoke.Adapter.ParseConfFile(String[] lines, WgConfig& wgConfig) in C:\Devloper\WireGuardNTSharp\WireGuardNT-PInvoke\Adapter.cs:line 188 at WireGuardCli.Program.Main(String[] args) in C:\Devloper\WireGuardNTSharp\WireGuard-Cli\Program.cs:line 118

shaiful73 avatar Jul 04 '24 08:07 shaiful73

It looks like you didn't write the host address correctly or it's a DNS issue. Try writing the IP address in the address line of your config file

damob-byun avatar Aug 09 '24 05:08 damob-byun