Allowed Jetpack IP list out of date
-
Hi it seems your Jetpack allowed IP list is out of date for urls https://jetpack.com/ips-v4.json and https://jetpack.com/ips-v4.txt
the web site lists 192.0.64.0/18 as recent addition on https://jetpack.com/support/how-to-add-jetpack-ips-allowlist/ page
but it’s not listed in your urls
curl -sk https://jetpack.com/ips-v4.txt
122.248.245.244/32
54.217.201.243/32
54.232.116.4/32
192.0.80.0/20
192.0.96.0/20
192.0.112.0/20
195.234.108.0/2curl -s https://jetpack.com/ips-v4.json | jq -r
[
“122.248.245.244/32”,
“54.217.201.243/32”,
“54.232.116.4/32”,
“192.0.80.0/20”,
“192.0.96.0/20”,
“192.0.112.0/20”,
“195.234.108.0/22”
]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.