commit | 29b1606951afd1190c2d0c25a9c71b816ac39369 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 30 19:02:52 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 30 19:02:52 1996 +0000 |
tree | dcc65ed6e88a2e0da5acc76c40777ff50ba061a8 | |
parent | 72ba616066e6b90d32f2d0b49be394561bb1e518 [diff] [blame] |
Adapted to CNRI
diff --git a/Demo/dns/dnslib.py b/Demo/dns/dnslib.py index 9f0a3f4..bf4c6cc 100755 --- a/Demo/dns/dnslib.py +++ b/Demo/dns/dnslib.py
@@ -485,7 +485,7 @@ import getopt import socket protocol = 'udp' - server = 'meermin.cwi.nl' # XXX adapt this to your local + server = 'cnri.reston.va.us' # XXX adapt this to your local port = 53 opcode = dnsopcode.QUERY rd = 0