-
-
Notifications
You must be signed in to change notification settings - Fork 647
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |