diff options
Diffstat (limited to 'lisp/webapps/dns-admin/conf/options.lisp.example')
| -rw-r--r-- | lisp/webapps/dns-admin/conf/options.lisp.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/webapps/dns-admin/conf/options.lisp.example b/lisp/webapps/dns-admin/conf/options.lisp.example new file mode 100644 index 0000000..ddc02f2 --- /dev/null +++ b/lisp/webapps/dns-admin/conf/options.lisp.example @@ -0,0 +1,7 @@ +(:name "dns-admin" + :document-root "dns-admin" + :title "DNS Administration" + :meta-description "A website for administering DNS. Supports nsupdate and infoblox." + :dns (:label "CDS Infoblox" + :backend-type "infoblox" + :url "https://cdsinfdnsgm.nnodns.com/wapi/v2.6")) |
