{ "module_spec": { "module_name": "Resolver", "module_description": "Recursive service", "config_data": [ { "item_name": "timeout_query", "item_type": "integer", "item_optional": False, "item_default": 2000 }, { "item_name": "timeout_client", "item_type": "integer", "item_optional": False, "item_default": 4000 }, { "item_name": "timeout_lookup", "item_type": "integer", "item_optional": False, "item_default": 30000 }, { "item_name": "retries", "item_type": "integer", "item_optional": False, "item_default": 0 }, { "item_name": "forward_addresses", "item_type": "list", "item_optional": True, "item_default": [], "list_item_spec" : { "item_name": "address", "item_type": "map", "item_optional": False, "item_default": {}, "map_item_spec": [ { "item_name": "address", "item_type": "string", "item_optional": False, "item_default": "::1" }, { "item_name": "port", "item_type": "integer", "item_optional": False, "item_default": 53 } ] } }, { "item_name": "root_addresses", "item_type": "list", "item_optional": True, "item_default": [], "list_item_spec" : { "item_name": "address", "item_type": "map", "item_optional": False, "item_default": {}, "map_item_spec": [ { "item_name": "address", "item_type": "string", "item_optional": False, "item_default": "::1" }, { "item_name": "port", "item_type": "integer", "item_optional": False, "item_default": 53 } ] } }, { "item_name": "listen_on", "item_type": "list", "item_optional": False, "item_default": [ { "address": "::1", "port": 5300 }, { "address": "127.0.0.1", "port": 5300 }, ], "list_item_spec": { "item_name": "address", "item_type": "map", "item_optional": False, "item_default": {}, "map_item_spec": [ { "item_name": "address", "item_type": "string", "item_optional": False, "item_default": "::1" }, { "item_name": "port", "item_type": "integer", "item_optional": False, "item_default": 5300 } ] } } ], "commands": [ { "command_name": "shutdown", "command_description": "Shut down recursive DNS server", "command_args": [] } ] } }