Update unbound.json (wrong date / json issue)

This commit is contained in:
CanbiZ 2024-12-02 09:21:53 +01:00 committed by GitHub
parent baa29fb096
commit b9f889c6c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,11 @@
"categories": [
13
],
"date_created": "2024-11-27",
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "5335",
"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",
@ -18,11 +18,11 @@
"type": "default",
"script": "ct/unbound.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": debian,
"version": 12
}
}
],