Creates a resolver object from given file name
:param filename: Name of file which contains resolver
- informations (usually /etc/resolv.conf).
+ information (usually /etc/resolv.conf).
:type filename: str
:param raiseException: If True, an exception occurs in case a
resolver object can't be created.
:param rr:
the rr to add
- :returns: (bool) a true on succes otherwise falsed
+ :returns: (bool) a true on success otherwise falsed
"""
return _ldns.ldns_zone_push_rr(self,rr)
#parameters: ldns_zone *,ldns_rr *,
:param list:
the list to add
- :returns: (bool) a true on succes otherwise falsed
+ :returns: (bool) a true on success otherwise falsed
"""
return _ldns.ldns_zone_push_rr_list(self,list)
#parameters: ldns_zone *,ldns_rr_list *,