daemon: add NameServer
Change-Id: I64b82a0e9351bcc15691279470c807399480a474
diff --git a/ndns.conf.sample.in b/ndns.conf.sample.in
new file mode 100644
index 0000000..71e26a2
--- /dev/null
+++ b/ndns.conf.sample.in
@@ -0,0 +1,25 @@
+zones
+{
+ ; dbFile /usr/local/var/ndns/ndns.db
+
+ zone
+ {
+ ; name / ; name of the zone
+ ; KeyChain must have a identity with this name
+ ; cert /KEY/dsk-123/ID-CERT/%FD00 ; certificate to sign data
+ ; omit cert to select the default certificate of above identity
+ }
+
+ ; zone
+ ; {
+ ; name /ndn ; name of the zone, zone should not have the same name
+ ; KeyChain must have a identity with this name
+ ; cert /ndn/KEY/dsk-234/ID-CERT/%FD00 ; certificate to sign data
+ ; omit cert to select the default certificate of above identity
+ ; }
+}
+hints
+{
+ ; hint /ucla
+ ; hint /att
+}