Fix for NS record response

This commit is contained in:
Philipp Böhm 2014-09-21 18:17:50 +02:00
parent c3641cfdda
commit 5f52d85cf3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func HandleRequest(line string, conn *RedisConnection) responder {
DdnsSoaFqdn, getSoaSerial()) DdnsSoaFqdn, getSoaSerial())
case "NS": case "NS":
response = DdnsSoaFqdn response = fmt.Sprintf("%s.", DdnsSoaFqdn)
case "A": case "A":
case "ANY": case "ANY":