diff --git a/src/components/Ips.astro b/src/components/Ips.astro deleted file mode 100644 index b69d63d..0000000 --- a/src/components/Ips.astro +++ /dev/null @@ -1,13 +0,0 @@ ---- -const response = await fetch("https://patchstack.com/ips-v4/"); -const ips = await response.text(); -const ipList = ips.split("\n").map(ip => ip.trim()).filter(ip => ip.length > 0); ---- -
-You can find the list of IP addresses that Patchstack uses at patchstack.com/ips-v4. -
\ No newline at end of file diff --git a/src/content/docs/FAQ Troubleshooting/Technical/list-of-ip-addresses-that-patchstack-uses.mdx b/src/content/docs/FAQ Troubleshooting/Technical/list-of-ip-addresses-that-patchstack-uses.mdx index 7dfbd0c..4f10823 100644 --- a/src/content/docs/FAQ Troubleshooting/Technical/list-of-ip-addresses-that-patchstack-uses.mdx +++ b/src/content/docs/FAQ Troubleshooting/Technical/list-of-ip-addresses-that-patchstack-uses.mdx @@ -10,9 +10,11 @@ updatedAt: "Tue May 16 2023 14:17:00 GMT+0000 (Coordinated Universal Time)" sidebar: order: 7.3 --- -import Ips from '../../../../components/Ips.astro'; +Sometimes you need to whitelist our IP addresses in order to avoid your hosting provider or (secondary) firewall blocking our services. -Sometimes you need to whitelist these IP addresses in order to avoid your hosting provider or (secondary) firewall blocking our services. +You can use these two API endpoints to get the list of IP addresses that Patchstack uses: + +- [patchstack.com/ips-v4/](https://patchstack.com/ips-v4/) +- [patchstack.com/ips-v6/](https://patchstack.com/ips-v6/) Note that we may add and remove IP addresses at any time without notice. -