chg: [pdns-cof-server] part of the D4 Project

pull/3/head
Alexandre Dulaunoy 2019-02-10 12:18:22 +01:00
parent b1b9f82eae
commit cb7d777d9d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 2 deletions

View File

@ -7,9 +7,14 @@
#
# https://tools.ietf.org/html/draft-dulaunoy-dnsop-passive-dns-cof
#
# The software is licensed under the GNU Affero General Public License version 3
# This software is part of the D4 project.
#
# The software is released under the GNU Affero General Public version 3.
#
# Copyright (c) 2013-2019 Alexandre Dulaunoy - a@foo.be
# Copyright (c) 2019 Computer Incident Response Center Luxembourg (CIRCL)
from datetime import date
import tornado.escape
@ -24,7 +29,9 @@ rrset = [{"Reference": "[RFC1035]", "Type": "A", "Value": "1", "Meaning": "a hos
r=redis.StrictRedis(host='localhost', port=6400, db=0)
rrset_supported = ['1','2','5','15','28','33', '46']
rrset_supported = ['1','2','5','15','16','28','33','46']
expiring_type = ['16']
origin = "origin not configured"