Skip to content

chore(data/crawlers): update DuckDuckBot IP list - #1810

Merged
Xe merged 2 commits into
TecharoHQ:mainfrom
dchandekstark:duckduckbot-update-20260805
Aug 5, 2026
Merged

chore(data/crawlers): update DuckDuckBot IP list#1810
Xe merged 2 commits into
TecharoHQ:mainfrom
dchandekstark:duckduckbot-update-20260805

Conversation

@dchandekstark

@dchandekstark dchandekstark commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Command:

$ cat data/crawlers/duckduckbot.yaml \
    | yq -o json \
    | jq --argjson results "$(curl -s https://duckduckgo.com/duckduckbot.json | jq '[.prefixes[].ipv4Prefix]')" '.[0].remote_addresses = $results' \
    | yq -P

Checklist:

  • Added a description of the changes to the [Unreleased] section of docs/docs/CHANGELOG.md
  • Added test cases to the relevant parts of the codebase
  • Ran integration tests npm run test:integration (unsupported on Windows, please use WSL)
  • All of my commits have verified signatures

@Xe Xe changed the title Updates IP list for DuckDuckBot chore(data/crawlers): update DuckDuckBot IP list Aug 5, 2026
…bot.json

Command:

$ cat data/crawlers/duckduckbot.yaml \
    | yq -o json \
    | jq --argjson results "$(curl -s https://duckduckgo.com/duckduckbot.json | jq '[.prefixes[].ipv4Prefix]')" '.[0].remote_addresses = $results' \
    | yq -P

Signed-off-by: David Chandek-Stark <[email protected]>
Signed-off-by: David Chandek-Stark <[email protected]>
@dchandekstark
dchandekstark force-pushed the duckduckbot-update-20260805 branch from ab7c1d0 to 3b97d87 Compare August 5, 2026 13:50
@Xe

Xe commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

I kinda love this. I will probably work on making this some kind of CI job that automatically submits updates. Thanks!

@dchandekstark

Copy link
Copy Markdown
Contributor Author

I kinda love this. I will probably work on making this some kind of CI job that automatically submits updates. Thanks!

Could be extended as well to Google IP lists, although they have multiple endpoints and also ipv6 addrs.

@Xe
Xe merged commit 88640ca into TecharoHQ:main Aug 5, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants