Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 773 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 773 Bytes

windowsdnsserver-py

windowsdnsserver-py is a wrapper Python library for DnsServer module.

Subprocess module is used to perform process calls to interact with DnsServer module.

Features

  • Convenient as a Python library
  • Supports A and Txt record
  • Query DNS records

Installation

pip install windowsdnserver-py

Limitations

  • Python 3 supported, but Python 2 is not tested
  • This library is not able to work remotely, currently, it is merely able to call DnsServer module on localhost. Since, the remote session feature is not on the table, the software that uses this module must be installed on windows server where Windows Server/Dns Server is located.