Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/generate_iplists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:

- name: Generate GoogleBot IP-List
run: curl -sL https://developers.google.com/static/search/apis/ipranges/googlebot.json | jq -r '.prefixes[].ipv6Prefix,.prefixes[].ipv4Prefix | select( . != null )' | $GITHUB_WORKSPACE/.github/scripts/clean_ips.sh > $GITHUB_WORKSPACE/iplists/googlebot.ips


- name: Generate Google Special Crawler IP-List
run: curl -sL https://developers.google.com/search/apis/ipranges/special-crawlers.json | jq -r '.prefixes[].ipv6Prefix,.prefixes[].ipv4Prefix | select( . != null )' | $GITHUB_WORKSPACE/.github/scripts/clean_ips.sh > $GITHUB_WORKSPACE/iplists/google-specials-crawler.ips

- name: Generate BingBot IP-List
run: curl -sL https://www.bing.com/toolbox/bingbot.json | jq -r '.prefixes[].ipv6Prefix,.prefixes[].ipv4Prefix | select( . != null )' | $GITHUB_WORKSPACE/.github/scripts/clean_ips.sh > $GITHUB_WORKSPACE/iplists/bingbot.ips

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ The lists are updated daily via a scheduled GitHub Action.
├── googlebot.ips
│ IP-Addesses used by the Google Crawler
├── google-specials-crawler.ips
│ IP-Addesses used by the Google "special" crawler such as Google Adshttps://developers.google.com/crawling/docs/crawlers-fetchers/google-special-case-crawlers
│ See https://developers.google.com/crawling/docs/crawlers-fetchers/google-special-case-crawlers
├── imagekit.ips
│ IP-Addesses used by the Imagekit.io Image Proxy
Expand Down Expand Up @@ -78,6 +82,9 @@ The lists are updated daily via a scheduled GitHub Action.
├── rssapi.ips
│ IP-Addesses used by the RSSAPI.net Feed parser
├── semrush.ips
│ Semrush Audit bot ip addresses ( @see https://www.semrush.com/kb/681-site-audit-troubleshooting#whitelist-bot )
│ |
├── stripewebhook.ips
│ IP-Addesses used by Stripe to send out Webhooks
Expand Down
1 change: 1 addition & 0 deletions iplists/semrush.ips
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
85.208.98.128/25