From e18355f215a610a6eb2ecd25bd8ac46677c2c204 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 7 Apr 2024 00:24:41 +0000 Subject: [PATCH] Github bot : json sorted --- webtop_kde/config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index cbb10ba17..3b093a32a 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -98,23 +98,23 @@ "22/tcp": null, "23/tcp": null, "25/tcp": null, - "53/tcp": null, - "80/tcp": null, "3000/tcp": 3000, "3001/tcp": null, - "3002/tcp": null - }, + "3002/tcp": null, + "53/tcp": null, + "80/tcp": null + }, "ports_description": { "20/tcp": "FTP", "21/tcp": "FTP", "22/tcp": "SSH", "23/tcp": "TELNET", "25/tcp": "SMTP", - "53/tcp": "DNS", - "80/tcp": "http", "3000/tcp": "Web interface", "3001/tcp": "custom port 1", - "3002/tcp": "custom port 2" + "3002/tcp": "custom port 2", + "53/tcp": "DNS", + "80/tcp": "http" }, "privileged": [ "SYS_ADMIN",