404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.119.116.139: ~ $
#!/usr/bin/env python

from __future__ import print_function

import dns.name

n = dns.name.from_text('www.dnspython.org')
o = dns.name.from_text('dnspython.org')
print(n.is_subdomain(o))         # True
print(n.is_superdomain(o))       # False
print(n > o)                     # True
rel = n.relativize(o)            # rel is the relative name www
n2 = rel + o
print(n2 == n)                   # True
print(n.labels)                  # ['www', 'dnspython', 'org', '']

Filemanager

Name Type Size Permission Actions
ddns.py File 1.18 KB 0755
e164.py File 152 B 0755
mx.py File 225 B 0755
name.py File 468 B 0755
reverse.py File 1.32 KB 0755
reverse_name.py File 177 B 0755
xfr.py File 393 B 0755
zonediff.py.gz File 2.88 KB 0644