Skip to content

Commit

Permalink
feat: improve oracle ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed Oct 1, 2024
1 parent a62a39f commit 4369bd3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/source/source_oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

type Oracle struct{}

const oracleFileURL = "https://raw.githubusercontent.com/femueller/cloud-ip-ranges/master/oracle-cloud-ip-ranges.json"
const oracleFileURL = "https://docs.oracle.com/en-us/iaas/tools/public_ip_ranges.json"

type oracleJSON struct {
Regions []struct {
Expand Down
Binary file modified internal/static/ipv4.gob
Binary file not shown.
Binary file modified internal/static/ipv6.gob
Binary file not shown.

0 comments on commit 4369bd3

Please sign in to comment.