Skip to content

Commit 36a32a8

Browse files
committed
fix: disable unused Cloudflare region entry to prevent potential conflicts
1 parent 92cbdb6 commit 36a32a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/cloudflare.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ export const CLOUDFLARE_REGIONS = {
182182
provider: 'cloudflare',
183183
ip: '8.35.58.23',
184184
},
185-
ng1: {
186-
provider: 'cloudflare',
187-
ip: '8.35.57.22',
188-
},
185+
// ng1: {
186+
// provider: 'cloudflare',
187+
// ip: '8.35.57.22',
188+
// },
189189

190190
// South America
191191
pe1: {

0 commit comments

Comments
 (0)