ZerethShell
File Manager
SQL Manager
/
lib
/
python3.6
/
site-packages
/
dns
/
rdtypes
/
IN
/
__pycache__
SRV.cpython-36.pyc
3 �b�W� � @ s8 d dl Z d dlZd dlZd dlZG dd� dejj�ZdS )� Nc sf e Zd ZdZddddgZ� fdd�Zdd d�Zeddd ��Zddd�Z eddd��Z ddd�Z� ZS )�SRVa 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 2782�priority�weight�port�targetc s. t t| �j||� || _|| _|| _|| _d S )N)�superr �__init__r r r r )�self�rdclass�rdtyper r r r )� __class__� �/usr/lib/python3.6/SRV.pyr '