auth.spec.pre.in 430 B

1234567891011121314151617181920
  1. {
  2. "module_spec": {
  3. "module_name": "Auth",
  4. "config_data": [
  5. { "item_name": "database_file",
  6. "item_type": "string",
  7. "item_optional": True,
  8. "item_default": "@@LOCALSTATEDIR@@/@PACKAGE@/zone.sqlite3"
  9. }
  10. ],
  11. "commands": [
  12. {
  13. "command_name": "shutdown",
  14. "command_description": "Shut down authoritative DNS server",
  15. "command_args": []
  16. }
  17. ]
  18. }
  19. }