diff --git a/FastGithub.Dns/DnsOverUdpServer.cs b/FastGithub.Dns/DnsOverUdpServer.cs index 511cac0..8d38c06 100644 --- a/FastGithub.Dns/DnsOverUdpServer.cs +++ b/FastGithub.Dns/DnsOverUdpServer.cs @@ -58,7 +58,6 @@ namespace FastGithub.Dns try { - this.socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, true); this.socket.Bind(new IPEndPoint(address, port)); } catch (SocketException ex) when (ex.SocketErrorCode == SocketError.AccessDenied)