Skip to content

Added rDNS functions, exceptions, and more.

Compare
Choose a tag to compare
@Someguy123 Someguy123 released this 19 Jul 13:04
· 104 commits to master since this release
  • Added various rDNS functions to privex.helpers.net such as ip_to_rdns
  • Added unit tests to tests.py for the rDNS functions
  • Created new exceptions.py with various exception classes
  • Fixed setup.py to use BASE_DIR, avoiding issues if setup.py is ran relatively
  • Fixed django.py imports
  • Cleaned up PyDoc comments for modules and some functions
  • Added PyDoc comment to tests.py explaining how to use the unit tests
  • Various other small improvements