@type source: string
@param source_port: The port from which to send the message.
The default is 0.
- @type port: int"""
+ @type source_port: int"""
wire = q.to_wire()
if af is None:
@type source: string
@param source_port: The port from which to send the message.
The default is 0.
- @type port: int"""
+ @type source_port: int"""
wire = q.to_wire()
if af is None:
@param keyname: The name of the TSIG key to use
@type keyname: dns.name.Name object or string
@param relativize: If True, all names in the zone will be relativized to
- the zone origin.
+ the zone origin. It is essential that the relativize setting matches
+ the one specified to dns.zone.from_xfr().
@type relativize: bool
@param af: the address family to use. The default is None, which
causes the address family to use to be inferred from the form of of where.
@type source: string
@param source_port: The port from which to send the message.
The default is 0.
- @type port: int"""
+ @type source_port: int"""
if isinstance(zone, str):
zone = dns.name.from_text(zone)