文件名称:dnstap-receiver:Python中的Dnstap流接收器
文件大小:46KB
文件格式:ZIP
更新时间:2024-03-27 21:36:36
dns powerdns bind nsd unbound
Dnstap流接收器 此Python模块充当DNS服务器的流接收器。 输入流可以是UNIX,TCP或原始套接字。 输出直接在stdout上打印,或以JSON,YAML或一种行文本格式等发送到远程tcp地址。 目录 安装 聚酰亚胺 使用pip命令在您的DNS服务器中部署dnstap接收器。 pip install dnstap_receiver 安装后,您可以执行dnstap_receiver来启动它。 用法: usage: dnstap_receiver [-h] [-l L] [-p P] [-u U] [-v] [-c C] optional arguments: -h, --help show this help message and exit -l L IP of the dnsptap server to receive dnstap payl
【文件预览】:
dnstap-receiver-master
----setup.py(1KB)
----.gitignore(2KB)
----Dockerfile(833B)
----metrics.txt(9KB)
----MANIFEST.in(76B)
----LICENSE(1KB)
----.github()
--------workflows()
----swagger.yml(3KB)
----README.md(25KB)
----dnstap_receiver()
--------dnstap.conf(5KB)
--------api_server.py(20KB)
--------outputs()
--------__init__.py(74B)
--------statistics.py(11KB)
--------dns()
--------inputs()
--------receiver.py(8KB)
----tests()
--------test_receiver_tcpsocket.py(1KB)
--------__init__.py(0B)
--------dnstap_verbose.conf(50B)
--------test_receiver_unixsocket.py(1KB)
--------test_api_server.py(1KB)
--------dnstap_syslog.conf(86B)
--------dnstap_metrics.conf(87B)
--------dnstap_tcp.conf(90B)
--------dnsdist.conf(312B)
--------test_external_config.py(2KB)