Skip to content

Commit

Permalink
Create unbound.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wimb0 authored Nov 27, 2024
1 parent 1f0682a commit 9839ab0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions json/unbound.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 9839ab0

Please sign in to comment.