|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/lib64/python2.7/site-packages/dns/rdtypes/IN/ |
Upload File : |
�
!`Nc @ sn d d l Z d d l Z d d l Z d d l Z e j d � Z e j d � Z d e j j f d � � YZ
d S( i����Nt tcpt udpt WKSc B s� e Z d Z 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 � Z RS( s� WKS record
@ivar address: the address
@type address: string
@ivar protocol: the protocol
@type protocol: int
@ivar bitmap: the bitmap
@type bitmap: string
@see: RFC 1035t addresst protocolt bitmapc C s8 t t | � j | | � | | _ | | _ | | _ d S( N( t superR t __init__R R R ( t selft rdclasst rdtypeR R R ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/IN/WKS.pyR &