Add support for city name dynamic redirects

This commit is contained in:
Alejandro Celaya
2024-11-14 09:58:53 +01:00
parent dbef32ffcb
commit a6e0916272
7 changed files with 68 additions and 3 deletions

View File

@@ -15,7 +15,14 @@
"properties": {
"type": {
"type": "string",
"enum": ["device", "language", "query-param", "ip-address", "geolocation-country-code"],
"enum": [
"device",
"language",
"query-param",
"ip-address",
"geolocation-country-code",
"geolocation-city-name"
],
"description": "The type of the condition, which will determine the logic used to match it"
},
"matchKey": {