AlkantarClanX12

Your IP : 216.73.216.140


Current Path : /proc/self/root/usr/share/doc/python-dnspython/examples/
Upload File :
Current File : //proc/self/root/usr/share/doc/python-dnspython/examples/reverse_name.py

#!/usr/bin/env python

from __future__ import print_function

import dns.reversename
n = dns.reversename.from_address("127.0.0.1")
print(n)
print(dns.reversename.to_address(n))