Kaito Kumashiro

Results 3 comments of Kaito Kumashiro

Create a new zone named "i." (domain "i"). You don't have to add any records there (maybe except SOA), then try to add any name in any forward zone. AutoPTR...

a3322d5 works like a charm, but AutoPTR pop up shows duplicated rev name in "RR" column. Exaple for adding name "aspirin.i" with IP 192.168.16.16: ![pdnscontrol-autoptr](https://cloud.githubusercontent.com/assets/4315040/9229207/47a5853a-411c-11e5-952a-234aee356d29.png) This is only a visual...

This should fix it: ```diff diff --git a/pkg/memory/memory.go b/pkg/memory/memory.go index 6f80b15..fc83197 100644 --- a/pkg/memory/memory.go +++ b/pkg/memory/memory.go @@ -1,5 +1,4 @@ -// -// Memory resource. +// Package memory defines Memory resource....