Skip to content

chore(data/crawlers): update alibaba-cloud IP list - #1813

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

chore(data/crawlers): update alibaba-cloud IP list#1813
Xe merged 2 commits into
TecharoHQ:mainfrom
dchandekstark:update-alibaba-20260805

Conversation

@dchandekstark

@dchandekstark dchandekstark commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Command (assumes https://bgp.tools/table.jsonl previously download to bgp-tools-data.jsonl):

$ cat data/crawlers/alibaba-cloud.yaml \
    | yq -o json \
    | jq --argjson results "$(jq -s '[.[] | select(.ASN == 45102) | .CIDR]' bgp-tools-data.jsonl)" '.[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

Command (ssumes https://bgp.tools/table.jsonl previously download to bgp-tools-data.jsonl):

$ cat data/crawlers/alibaba-cloud.yaml \
    | yq -o json \
    | jq --argjson results "$(jq -s '[.[] | select(.ASN == 45102) | .CIDR]' bgp-tools-data.jsonl)" '.[0].remote_addresses = $results' \
    | yq -P

Signed-off-by: David Chandek-Stark <[email protected]>
@dchandekstark
dchandekstark force-pushed the update-alibaba-20260805 branch from df06642 to 55c226f Compare August 5, 2026 18:08
@Xe
Xe enabled auto-merge (squash) August 6, 2026 04:23
@Xe

Xe commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

I'm going to make this PR and the others merge slowly one after the other and fix the merge conflicts along the way so you don't have to. Thanks again!

@Xe
Xe merged commit 4939659 into TecharoHQ:main Aug 6, 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