blob: 71e26a24325de8d3112bc59452c136fbefb8d3d2 [file] [log] [blame]
Shock Jiangcde28712014-10-19 21:17:20 -07001zones
2{
3 ; dbFile /usr/local/var/ndns/ndns.db
4
5 zone
6 {
7 ; name / ; name of the zone
8 ; KeyChain must have a identity with this name
9 ; cert /KEY/dsk-123/ID-CERT/%FD00 ; certificate to sign data
10 ; omit cert to select the default certificate of above identity
11 }
12
13 ; zone
14 ; {
15 ; name /ndn ; name of the zone, zone should not have the same name
16 ; KeyChain must have a identity with this name
17 ; cert /ndn/KEY/dsk-234/ID-CERT/%FD00 ; certificate to sign data
18 ; omit cert to select the default certificate of above identity
19 ; }
20}
21hints
22{
23 ; hint /ucla
24 ; hint /att
25}