⚝
One Hat Cyber Team
⚝
Your IP:
160.79.111.154
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.6
/
site-packages
/
dns
/
__pycache__
/
View File Name :
rrset.cpython-36.pyc
3 �$�Wk � @ sl d Z ddlZddlZddlZddlZddlmZ G dd� dejj �Z ddd�Zd d � Zddd�Z d d� ZdS )z)DNS RRsets (an RRset is a named rdataset)� N� )�string_typesc s� e Zd ZdZddgZejjdf� fdd� Z� fdd�Z d d � Z dd� Z� fd d�Zd� fdd� Z d� fdd� Zd� fdd� Zdd� Z� ZS )�RRseta6 A DNS RRset (named rdataset). RRset inherits from Rdataset, and RRsets can be treated as Rdatasets in most cases. There are, however, a few notable exceptions. RRsets have different to_wire() and to_text() method arguments, reflecting the fact that RRsets always have an owner name. �name�deletingNc s$ t t| �j|||� || _|| _dS )zCreate a new RRset.N)�superr �__init__r r )�selfr �rdclass�rdtype�coversr )� __class__� �/usr/lib/python3.6/rrset.pyr '