diff --git a/src/apps.json b/src/apps.json index ebccde8dc..d87426f47 100644 --- a/src/apps.json +++ b/src/apps.json @@ -13949,6 +13949,37 @@ "script": "/TCaptcha\\.js", "website": "https://007.qq.com/" }, + "GoCache": { + "cats": [ + 31 + ], + "headers": { + "Server": "^gocache$", + "X-GoCache-CacheStatus": "" + }, + "icon": "GoCache.png", + "website": "https://www.gocache.com.br/" + }, + "Litespeed Cache": { + "cats": [ + 23 + ], + "headers": { + "x-litespeed-cache": "" + }, + "icon": "litespeed-cache.png", + "implies": "WordPress", + "website": "https://wordpress.org/plugins/litespeed-cache/" + }, + "nghttpx - HTTP/2 proxy": { + "cats": [ + 22 + ], + "headers": { + "Server": "nghttpx nghttp2/?([\\d.]+)?\\;version:\\1" + }, + "website": "https://nghttp2.org" + }, "Onshop": { "cats": [ 6 diff --git a/src/icons/GoCache.png b/src/icons/GoCache.png new file mode 100644 index 000000000..7f8c1a5f0 Binary files /dev/null and b/src/icons/GoCache.png differ diff --git a/src/icons/litespeed-cache.png b/src/icons/litespeed-cache.png new file mode 100644 index 000000000..5aa3af334 Binary files /dev/null and b/src/icons/litespeed-cache.png differ