diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2021-11-28 16:55:46 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2021-11-28 16:55:46 -0700 |
| commit | 8be7c5d959951dfafaf3fcaebe860a64ee3d8f7f (patch) | |
| tree | 57e0dc941d54685629630528ae34d892e5138102 /lisp/webapps/dns-admin/conf/options.lisp | |
initail commit
Diffstat (limited to 'lisp/webapps/dns-admin/conf/options.lisp')
| -rw-r--r-- | lisp/webapps/dns-admin/conf/options.lisp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/webapps/dns-admin/conf/options.lisp b/lisp/webapps/dns-admin/conf/options.lisp new file mode 100644 index 0000000..ddc02f2 --- /dev/null +++ b/lisp/webapps/dns-admin/conf/options.lisp @@ -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")) |
