Skip to content

Commit

Permalink
fix(cloudflare): update regional IP addresses
Browse files Browse the repository at this point in the history
Updates IP addresses for multiple Cloudflare regions:
- Thailand (th1)
- Greece (gr1)
- Croatia (hr1)

Maintains service connectivity by reflecting current Cloudflare infrastructure.
  • Loading branch information
ccbikai committed Nov 16, 2024
1 parent 96b01f2 commit 1aa5a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified app/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions config/cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const CLOUDFLARE_REGIONS = {
},
th1: {
provider: 'cloudflare',
ip: '162.158.204.80',
ip: '172.69.237.135',
},
// mm1: {
// provider: 'cloudflare',
Expand Down Expand Up @@ -275,7 +275,7 @@ export const CLOUDFLARE_REGIONS = {
},
gr1: {
provider: 'cloudflare',
ip: '8.17.205.11',
ip: '172.69.110.150',
},
bg1: {
provider: 'cloudflare',
Expand Down Expand Up @@ -319,7 +319,7 @@ export const CLOUDFLARE_REGIONS = {
},
hr1: {
provider: 'cloudflare',
ip: '8.39.6.6',
ip: '172.68.220.182',
},
// cd1: {
// provider: 'cloudflare',
Expand Down

0 comments on commit 1aa5a96

Please sign in to comment.