2024-12-02 09:07:53 +01:00
{
2025-08-26 14:10:01 +02:00
"name" : "Unbound" ,
"slug" : "unbound" ,
"categories" : [
5
] ,
"date_created" : "2024-12-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 5335 ,
"documentation" : "https://unbound.docs.nlnetlabs.nl/en/latest/" ,
"website" : "https://www.nlnetlabs.nl/projects/unbound/about/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/unbound.webp" ,
"config_path" : "/etc/unbound/unbound.conf.d/unbound.conf" ,
"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 Configuration Path: `/etc/unbound/unbound.conf.d/unbound.conf`" ,
"type" : "info"
}
]
2024-12-02 09:07:53 +01:00
}