From 77c8717ba9ea53c87dcb0a05f5061b9211b5073a Mon Sep 17 00:00:00 2001 From: Edward Moscardini Date: Thu, 20 Mar 2025 16:54:22 -0400 Subject: [PATCH] switch updateable attribute in frontend to true --- frontend/public/json/openziti-tunnel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/openziti-tunnel.json b/frontend/public/json/openziti-tunnel.json index 54394c50f..59fc4500d 100644 --- a/frontend/public/json/openziti-tunnel.json +++ b/frontend/public/json/openziti-tunnel.json @@ -6,7 +6,7 @@ ], "date_created": "2025-03-20", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": "https://openziti.io/docs/reference/tunnelers/docker/",