X7ROOT File Manager
Current Path:
/usr/share/doc/python3-dns/examples
usr
/
share
/
doc
/
python3-dns
/
examples
/
📁
..
📄
ddns.py
(1.18 KB)
📄
e164.py
(152 B)
📄
mx.py
(225 B)
📄
name.py
(468 B)
📄
reverse.py
(1.32 KB)
📄
reverse_name.py
(177 B)
📄
xfr.py
(393 B)
📄
zonediff.py
(10.86 KB)
Editing: 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))
Upload File
Create Folder