mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "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"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |