GhostManSec
Server: Apache
System: Linux s323.xrea.com 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: moonarc (17751)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //usr/lib/python2.7/site-packages/dns/e164.pyo
�
�b�Wc@swdZddlZddlZddlZddlmZejjd�Z	e	d�Z
e	ed�Zdd�ZdS(	s�DNS E.164 helpers

@var public_enum_domain: The DNS public ENUM domain, e164.arpa.
@type public_enum_domain: dns.name.Name object
i����Ni(tstring_typess
e164.arpa.cCsNg|D]}|j�r|^q}|j�tjjdj|�d|�S(suConvert an E.164 number in textual form into a Name object whose
    value is the ENUM domain name for that number.
    @param text: an E.164 number in textual form.
    @type text: str
    @param origin: The domain in which the number should be constructed.
    The default is e164.arpa.
    @type origin: dns.name.Name object or None
    @rtype: dns.name.Name object
    t.torigin(tisdigittreversetdnstnamet	from_texttjoin(ttextRtdtparts((s,/usr/lib/python2.7/site-packages/dns/e164.pyt	from_e164s
%
cCs�|dk	r|j|�}ng|jD]*}|j�r(t|�dkr(|^q(}t|�t|j�kr�tjjd��n|j�dj	|�}|r�d|}n|S(s�Convert an ENUM domain name into an E.164 number.
    @param name: the ENUM domain name.
    @type name: dns.name.Name object.
    @param origin: A domain containing the ENUM domain name.  The
    name is relativized to this domain before being converted to text.
    @type origin: dns.name.Name object or None
    @param want_plus_prefix: if True, add a '+' to the beginning of the
    returned number.
    @rtype: str
    is$non-digit labels in ENUM domain namett+N(
tNonet
relativizetlabelsRtlenRt	exceptiontSyntaxErrorRR(RRtwant_plus_prefixR
tdlabelsR	((s,/usr/lib/python2.7/site-packages/dns/e164.pytto_e164.s:

cCs�|dkrtjj�}ntjj�}x�|D]y}t|t�r^tjj|�}ntj	j
||�}y|j|d�SWq4tjjk
r�}||7}q4Xq4W|�dS(s�Look for NAPTR RRs for the specified number in the specified domains.

    e.g. lookup('16505551212', ['e164.dnspython.org.', 'e164.arpa.'])
    tNAPTRN(RRtresolvertget_default_resolvertNXDOMAINt
isinstanceRRRte164Rtquery(tnumbertdomainsRte_nxtdomaintqnamete((s,/usr/lib/python2.7/site-packages/dns/e164.pyREs
(t__doc__t
dns.exceptionRtdns.nametdns.resolvert_compatRRRtpublic_enum_domainRtTrueRRR(((s,/usr/lib/python2.7/site-packages/dns/e164.pyt<module>s