resource pool system
This commit is contained in:
parent
dc989dd7cb
commit
16f7e2199d
19 changed files with 382 additions and 105 deletions
|
@ -64,10 +64,10 @@ def all_cdn_prefixes() -> Iterable[str]:
|
|||
aws = AWS()
|
||||
prefixes.update(aws.ipv4_ranges)
|
||||
prefixes.update(aws.ipv6_ranges)
|
||||
azure = AzureFrontDoorBackend()
|
||||
prefixes.update(azure.ipv4_ranges)
|
||||
prefixes.update(azure.ipv6_ranges)
|
||||
fastly = Fastly()
|
||||
prefixes.update(fastly.ipv4_ranges)
|
||||
prefixes.update(fastly.ipv6_ranges)
|
||||
# azure = AzureFrontDoorBackend()
|
||||
# prefixes.update(azure.ipv4_ranges)
|
||||
# prefixes.update(azure.ipv6_ranges)
|
||||
# fastly = Fastly()
|
||||
# prefixes.update(fastly.ipv4_ranges)
|
||||
# prefixes.update(fastly.ipv6_ranges)
|
||||
return [str(p) for p in prefixes]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue