~py3dns-hackers/py3dns/trunk

« back to all changes in this revision

Viewing changes to tests/test.py

  • Committer: customdesigned
  • Date: 2011-03-23 01:42:07 UTC
  • Revision ID: customdesigned-20110323014207-5ax3p7sjh3uqwry1
Changes from 2.3 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
res.show()
22
22
res = r.req("proxy.connect.com.au")
23
23
res.show()
 
24
 
 
25
# do a TCP reply
 
26
r = DNS.DnsRequest("imsavscan.netvigator.com", qtype="A", server=['8.8.8.8'], protocol='tcp', timeout=300)
 
27
res = r.req()
 
28
res.show()