mirror of
https://github.com/anope/anope.git
synced 2026-06-29 07:16:39 +02:00
BIND's forward ability did not work as I expected
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests.
This commit is contained in:
+1
-1
@@ -535,7 +535,7 @@ void Socket::ProcessError()
|
||||
* @param port The port to listen on
|
||||
* @param ipv6 true for ipv6
|
||||
*/
|
||||
ListenSocket::ListenSocket(const Anope::string &bindip, int port, bool ipv6) : Socket(-1, ipv6)
|
||||
ListenSocket::ListenSocket(const Anope::string &bindip, int port, bool ipv6)
|
||||
{
|
||||
this->SetNonBlocking();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user