| Server IP : 185.143.233.130 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux jambul.7ho.st 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : renecafe ( 1327) PHP Version : 8.1.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.9/site-packages/dns/__pycache__/ |
Upload File : |
a
�M�e� � @ s� d Z ddlZddlZddlZddlZej�d�Zej�d�Z ee fe
ejjejjejjd�dd�Zee fejjejjejje
d�d d
�Z
dS )zDNS Reverse Map Names.� Nz
in-addr.arpa.z ip6.arpa.)�text� v4_origin� v6_origin�returnc C s� zXt j�| �}t j�|�r6dd� |dd� D �}|}n dd� tt�|��� �D �}|}W n, ty� dd� t j �| �D �}|}Y n0 t j
jd�t
|��|d�S ) a� Convert an IPv4 or IPv6 address in textual form into a Name object whose
value is the reverse-map domain name of the address.
*text*, a ``str``, is an IPv4 or IPv6 address in textual form
(e.g. '127.0.0.1', '::1')
*v4_origin*, a ``dns.name.Name`` to append to the labels corresponding to
the address if the address is an IPv4 address, instead of the default
(in-addr.arpa.)
*v6_origin*, a ``dns.name.Name`` to append to the labels corresponding to
the address if the address is an IPv6 address, instead of the default
(ip6.arpa.)
Raises ``dns.exception.SyntaxError`` if the address is badly formed.
Returns a ``dns.name.Name``.
c S s g | ]}d | �qS �z%d� ��.0Zbyter r �3/usr/lib/python3.9/site-packages/dns/reversename.py�
<listcomp>9 � z from_address.<locals>.<listcomp>� Nc S s g | ]}|�qS r r )r �xr r r
r <