Skip to content

Commit

Permalink
fix: update Cloudflare IP addresses and region config
Browse files Browse the repository at this point in the history
Updates IP addresses for id1 and th1 regions
Deactivates bt1 and bb1 regions by commenting out their configurations

Maintains system reliability by keeping region configurations current
  • Loading branch information
ccbikai committed Dec 7, 2024
1 parent 1aa5a96 commit df90fd2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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: '8.18.195.6',
ip: '172.68.153.8',
},
bn1: {
provider: 'cloudflare',
Expand Down Expand Up @@ -79,7 +79,7 @@ export const CLOUDFLARE_REGIONS = {
},
th1: {
provider: 'cloudflare',
ip: '172.69.237.135',
ip: '172.70.195.138',
},
// mm1: {
// provider: 'cloudflare',
Expand All @@ -93,10 +93,10 @@ export const CLOUDFLARE_REGIONS = {
provider: 'cloudflare',
ip: '162.158.9.130',
},
bt1: {
provider: 'cloudflare',
ip: '172.69.219.130',
},
// bt1: {
// provider: 'cloudflare',
// ip: '172.69.219.130',
// },
in1: {
provider: 'cloudflare',
ip: '8.28.213.66',
Expand Down Expand Up @@ -437,10 +437,10 @@ export const CLOUDFLARE_REGIONS = {
provider: 'cloudflare',
ip: '172.68.216.70',
},
bb1: {
provider: 'cloudflare',
ip: '172.69.146.133',
},
// bb1: {
// provider: 'cloudflare',
// ip: '172.69.146.133',
// },
tt1: {
provider: 'cloudflare',
ip: '172.71.116.130',
Expand Down

0 comments on commit df90fd2

Please sign in to comment.