cloudflare-server-locations 1.0.11 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.bak.js +2 -0
- package/dist/index.js +2 -0
- package/index.ts +2 -0
- package/package.json +1 -1
package/dist/index.bak.js
CHANGED
|
@@ -123,6 +123,8 @@ export const CloudflareServerLocations = {
|
|
|
123
123
|
"AGR": "Agra, India",
|
|
124
124
|
"CJB": "Coimbatore, India",
|
|
125
125
|
"ACX": "Xingyi, China",
|
|
126
|
+
"BBI": "Bhubaneswar, India",
|
|
127
|
+
"LYA": "Luoyang, China",
|
|
126
128
|
"AMS": "Amsterdam, Netherlands",
|
|
127
129
|
"ATH": "Athens, Greece",
|
|
128
130
|
"BCN": "Barcelona, Spain",
|
package/dist/index.js
CHANGED
|
@@ -124,6 +124,7 @@ export const CloudflareServerLocations = {
|
|
|
124
124
|
"CJB": "Coimbatore, India",
|
|
125
125
|
"ACX": "Xingyi, China",
|
|
126
126
|
"BBI": "Bhubaneswar, India",
|
|
127
|
+
"LYA": "Luoyang, China",
|
|
127
128
|
"AMS": "Amsterdam, Netherlands",
|
|
128
129
|
"ATH": "Athens, Greece",
|
|
129
130
|
"BCN": "Barcelona, Spain",
|
|
@@ -181,6 +182,7 @@ export const CloudflareServerLocations = {
|
|
|
181
182
|
"WRO": "Wroclaw, Poland",
|
|
182
183
|
"ZAG": "Zagreb, Croatia",
|
|
183
184
|
"ZRH": "Zurich, Switzerland",
|
|
185
|
+
"LJU": "Ljubljana, Slovenia",
|
|
184
186
|
"QWJ": "Americana, Brazil",
|
|
185
187
|
"ARI": "Arica, Chile",
|
|
186
188
|
"ASU": "Asunción, Paraguay",
|
package/index.ts
CHANGED
|
@@ -124,6 +124,7 @@ export const CloudflareServerLocations = {
|
|
|
124
124
|
"CJB": "Coimbatore, India",
|
|
125
125
|
"ACX": "Xingyi, China",
|
|
126
126
|
"BBI": "Bhubaneswar, India",
|
|
127
|
+
"LYA": "Luoyang, China",
|
|
127
128
|
"AMS": "Amsterdam, Netherlands",
|
|
128
129
|
"ATH": "Athens, Greece",
|
|
129
130
|
"BCN": "Barcelona, Spain",
|
|
@@ -181,6 +182,7 @@ export const CloudflareServerLocations = {
|
|
|
181
182
|
"WRO": "Wroclaw, Poland",
|
|
182
183
|
"ZAG": "Zagreb, Croatia",
|
|
183
184
|
"ZRH": "Zurich, Switzerland",
|
|
185
|
+
"LJU": "Ljubljana, Slovenia",
|
|
184
186
|
"QWJ": "Americana, Brazil",
|
|
185
187
|
"ARI": "Arica, Chile",
|
|
186
188
|
"ASU": "Asunción, Paraguay",
|