Skip to content

Commit ee1ea46

Browse files
authored
Add files via upload
1 parent cd34059 commit ee1ea46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PyWWW/dns.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ def perform_dns_query(dns_server, domain, record_type='A',
560560
show_all=False,
561561
include_authority=False,
562562
include_additional=False,
563-
verbose=True):
563+
verbose=True,
564+
prefer_ipv6=True):
564565
record_type = record_type.strip().upper()
565566
if record_type not in QTYPE:
566567
raise ValueError("Unsupported record type: %r (use %s)" %

0 commit comments

Comments
 (0)