Skip to content

Commit

Permalink
upd: latest prefixes announced from AS15169 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojkovic authored Nov 22, 2024
1 parent 8e2587e commit d8fb771
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions smart_ipv6_rotator/ranges.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
RANGES: dict[str, list[str]] = {
"google": [
"2001:4860:4000::/36",
"2404:6800:4000::/36",
"2607:f8b0:4000::/36",
"2800:3f0:4000::/36",
"2a00:1450:4000::/36",
"2c0f:fb50:4000::/36",
"2001:4860::/32",
"2404:6800::/32",
"2404:f340::/32",
"2600:1900::/28",
"2605:ef80::/32",
"2606:40::/32",
"2606:73c0::/32",
"2607:1c0:241:40::/60",
"2607:1c0:300::/40",
"2607:f8b0::/32",
"2620:11a:a000::/40",
"2620:120:e000::/40",
"2800:3f0::/32",
"2a00:1450::/32",
"2c0f:fb50::/32",
]
}

Expand Down

0 comments on commit d8fb771

Please sign in to comment.