Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Allow OperServ DNS module (os_dns) to push changes to external DNS slaves.  (Read 6740 times)

0 Members and 1 Guest are viewing this topic.

CuttingEdge

  • Guest

Hi all,

Firstly, thank you kindly for the OperServ DNS module, and extending it to include additional zones (its working great).

Secondly, I think it would be neat, if the DNS module could be configured to push changes (using AXFR) from any of the zones (when they're changed/updated), to the associated DNS slave(s).

The slaves should already be configured in the 'm_dns' module under 'nameservers'.  The alternative, is to add a 'ADDSLAVE' and 'DELSLAVE' sub-command within the OperServ 'DNS' command (this may be better).  Syntax as follows:

/operserv dns addslave ns1.network.net
/operserv dns delslave ns1.network.net

Currently I'm cheating, by asking my slaves, to retrieve the zone(s) from services via a cron job every minute, which isn't ideal.  I prefer my DNS zone(s) to be as accurate as possible.

Thanks in advance.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463

Is there another protocol associated with that or is it just open a TCP connection and axfr?
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463

I meant, a protocol on top of TCP to initiate the zone transfer.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463

This has been added in 812cb04fde10414ba1b13c88bde78f86e6701a5d
Logged
Pages: [1]   Go Up