bugfixes #1

Merged
niklas merged 5 commits from develop into master 2021-03-21 13:25:41 +00:00
Showing only changes of commit afdea7e64f - Show all commits

View File

@ -12,7 +12,7 @@ import (
"github.com/miekg/dns" "github.com/miekg/dns"
) )
const blockTTL uint32 = 300 const blockTTL uint32 = 604800
var nullIPv4 = net.IPv4(0, 0, 0, 0) var nullIPv4 = net.IPv4(0, 0, 0, 0)
var nullIPv6 = net.ParseIP("::/0") var nullIPv6 = net.ParseIP("::/0")