diff --git a/src/apps.json b/src/apps.json index 61bff71a3..d1ab54518 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3098,6 +3098,26 @@ "script": "ext-base\\.js", "website": "https://www.sencha.com" }, + "F5 BigIP": { + "cats": [ + 64 + ], + "headers": { + "server": "BigIP|BIG-IP" + }, + "cookies": { + "F5_ST": "", + "MRHSHint": "", + "F5_HT_shrinked": "", + "F5_fullWT": "", + "MRHSequence": "", + "MRHSession": "", + "LastMRH_Session": "", + "TIN": "" + }, + "icon": "F5.png", + "website": "https://www.f5.com/products/big-ip-services" + }, "FAST ESP": { "cats": [ 29 @@ -13236,11 +13256,11 @@ }, "64": { "name": "Reverse Proxy", - "priority": 7 + "priority": 1 }, "65": { "name": "Load Balancer", "priority": 7 } } -} +} \ No newline at end of file diff --git a/src/icons/F5.png b/src/icons/F5.png new file mode 100644 index 000000000..fba894586 Binary files /dev/null and b/src/icons/F5.png differ