From 9839ab093d3a63d1ad41397d8f955589b4a5eb83 Mon Sep 17 00:00:00 2001 From: Wim <11030068+wimb0@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:35:29 +0100 Subject: [PATCH] Create unbound.json --- json/unbound.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 json/unbound.json diff --git a/json/unbound.json b/json/unbound.json new file mode 100644 index 00000000..263a166b --- /dev/null +++ b/json/unbound.json @@ -0,0 +1,43 @@ +{ + "name": "Unbound", + "slug": "unbound", + "categories": [ + 13 + ], + "date_created": "2024-11-27", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": "5335", + "documentation": null, + "website": "https://www.nlnetlabs.nl/projects/unbound/about/", + "logo": "https://nlnetlabs.nl/static/logos/Unbound/Unbound_FC_Shaded_cropped.svg", + "description": "Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards.", + "install_methods": [ + { + "type": "default", + "script": "ct/unbound.sh", + "resources": { + "cpu": "1", + "ram": "512", + "hdd": "2", + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Unbound listens to DNS requests at port 5335", + "type": "warning" + }, + { + "text": "Unbound Configuration Path: `/etc/unbound/unbound.conf.d/unbound-lxe.conf`", + "type": "info" + } + ] +}