diff --git a/src/apps.json b/src/apps.json index 78ff7db07..3c1fab746 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2954,6 +2954,17 @@ "icon": "ensighten.png", "website": "https://success.ensighten.com/hc/en-us" }, + "Envoy": { + "cats": [ + 22 + ], + "icon": "Envoy.png", + "headers": { + "Server": "^envoy$", + "x-envoy-upstream-service-time" : "" + }, + "website": "https://www.envoyproxy.io/" + }, "Enyo": { "cats": [ 12, diff --git a/src/icons/Envoy.png b/src/icons/Envoy.png new file mode 100644 index 000000000..5d69d481c Binary files /dev/null and b/src/icons/Envoy.png differ