From b9f889c6c3591d6d24c3f2bb5159c0ea34e58fe6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:21:53 +0100 Subject: [PATCH] Update unbound.json (wrong date / json issue) --- json/unbound.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/json/unbound.json b/json/unbound.json index 6478dd0a..5d5850ee 100644 --- a/json/unbound.json +++ b/json/unbound.json @@ -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 } } ],