added load balancer and reverse proxy categories

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

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

@ -76,5 +76,7 @@
"categoryName60": { "message": "Containers" },
"categoryName61": { "message": "SaaS" },
"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

Loading…
Cancel
Save