Skip to content

Commit

Permalink
chore: update Cloudflare region IP addresses
Browse files Browse the repository at this point in the history
Updates IP addresses for id1, mg1, and co1 regions
Decommissions dj1 region by commenting out its configuration

These changes reflect the latest Cloudflare infrastructure updates
  • Loading branch information
ccbikai committed Dec 22, 2024
1 parent f8eed22 commit 0dc8f6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const CLOUDFLARE_REGIONS = {
},
id1: {
provider: 'cloudflare',
ip: '172.68.153.8',
ip: '172.71.161.77',
},
bn1: {
provider: 'cloudflare',
Expand Down Expand Up @@ -167,7 +167,7 @@ export const CLOUDFLARE_REGIONS = {
},
mg1: {
provider: 'cloudflare',
ip: '172.69.161.77',
ip: '172.69.161.17',
},
ge1: {
provider: 'cloudflare',
Expand All @@ -177,10 +177,10 @@ export const CLOUDFLARE_REGIONS = {
provider: 'cloudflare',
ip: '172.68.95.77',
},
dj1: {
provider: 'cloudflare',
ip: '172.68.128.166',
},
// dj1: {
// provider: 'cloudflare',
// ip: '172.68.128.166',
// },
ke1: {
provider: 'cloudflare',
ip: '162.158.40.77',
Expand Down Expand Up @@ -475,7 +475,7 @@ export const CLOUDFLARE_REGIONS = {
},
co1: {
provider: 'cloudflare',
ip: '141.101.108.88',
ip: '141.101.108.100',
},
jm1: {
provider: 'cloudflare',
Expand Down

0 comments on commit 0dc8f6e

Please sign in to comment.