Hello together,
as far i come i understand the JASON Data cannot be used as URL Table, but i need follow IP Adresses as Alias:
https://ip-ranges.amazonaws.com/ip-ranges.json
I read something about people use a cron command, but i dont know how to do otherwise what do i need for cron? Is there any tutorial?
Is there another way to get this problem solved?
Thank you in advance!
Quote from: Patuff on February 04, 2022, 11:15:00 AM
Hello together,
as far i come i understand the JASON Data cannot be used as URL Table, but i need follow IP Adresses as Alias:
https://ip-ranges.amazonaws.com/ip-ranges.json
I read something about people use a cron command, but i dont know how to do otherwise what do i need for cron? Is there any tutorial?
Is there another way to get this problem solved?
Thank you in advance!
Hi @Patuff
I'm looking for a solution for this excact same thing, where I want to allow the JSON list from Amazon.
Did you ever manage to find a solution for this issue/challange?
I know it´s been quite some time, but here is my two cents.
You can create an Alias of type
URL Table in JSON Format (IPs) like this:
- Type: URL Table in JSON Format (IPs)
- Content: https://ip-ranges.amazonaws.com/ip-ranges.json
- Refresh Frequency: 7 days (Optional)
- Path Expression: .prefixes.[].ip_prefix
- Authorization: None
Then you use it however you need.
Works like a charm.