Net-DNS-DomainController-Discovery version 1.00

Issues DNS requests to provide a list of hostnames and IP addresses of the
Microsoft Active Directory domain controllers.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

Microsoft has a documentation how the Active Directory domain controllers
should register themselves in the DNS:

Microsoft Active Directory Technical Specifications [MS-ADTS]
Section 6.3.2.3 SRV Records
    Published 14 February 2019 at
        https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/c1987d42-1847-4cc9-acf7-aab2136d6952

    Archived on 23 March 2020
        http://archive.today/6NUSR


After installing, you can find documentation for this module with the
perldoc command.

    perldoc Net::DNS::DomainController::Discovery

You can also look for information at:

    Source code repository
        https://repo.or.cz/Net-DNS-DomainController-Discovery.git
  
    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-DNS-DomainController-Discovery

    Search CPAN
        https://metacpan.org/release/Net-DNS-DomainController-Discovery


LICENSE AND COPYRIGHT

This software is Copyright (c) 2020 by Marcin CIESLAK.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)