-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Use a TSIG-signed DDNS update to update our hostname-to-address
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.e164
n = dns.e164.from_e164("+1 555 1212")
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.resolver
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.name
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Two ways of querying a specific nameserver.
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Usage: reverse.py <zone_filename>...
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.reversename
n = dns.reversename.from_address("127.0.0.1")
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.query
import dns.resolver
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Small library and commandline tool to do logical diffs of zonefiles
# ./zonediff -h gives you help output
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
#