added load balancer and reverse proxy categories

main
Yoel Fialkoff 7 years ago
parent 9cc9e89cba
commit 797b7b3f13

@ -574,7 +574,7 @@
}, },
"Amazon ELB": { "Amazon ELB": {
"cats": [ "cats": [
63 65
], ],
"cookies": { "cookies": {
"AWSELB": "" "AWSELB": ""
@ -2979,7 +2979,7 @@
}, },
"Envoy": { "Envoy": {
"cats": [ "cats": [
22 64
], ],
"icon": "Envoy.png", "icon": "Envoy.png",
"headers": { "headers": {
@ -6909,7 +6909,8 @@
}, },
"Nginx": { "Nginx": {
"cats": [ "cats": [
22 22,
64
], ],
"headers": { "headers": {
"Server": "nginx(?:/([\\d.]+))?\\;version:\\1", "Server": "nginx(?:/([\\d.]+))?\\;version:\\1",
@ -8996,7 +8997,7 @@
}, },
"Shopfa": { "Shopfa": {
"cats": [ "cats": [
"6" 6
], ],
"js": { "js": {
"shopfa": "" "shopfa": ""
@ -13221,6 +13222,14 @@
"63": { "63": {
"name": "IaaS", "name": "IaaS",
"priority": 8 "priority": 8
},
"64": {
"name": "Reverse Proxy",
"priority": 7
},
"65": {
"name": "Load Balancer",
"priority": 7
} }
} }
} }

@ -76,5 +76,7 @@
"categoryName60": { "message": "Containers" }, "categoryName60": { "message": "Containers" },
"categoryName61": { "message": "SaaS" }, "categoryName61": { "message": "SaaS" },
"categoryName62": { "message": "PaaS" }, "categoryName62": { "message": "PaaS" },
"categoryName63": { "message": "IaaS" } "categoryName63": { "message": "IaaS" },
"categoryName64": { "message": "Reverse Proxy" },
"categoryName65": { "message": "Load Balancer" }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B