smart-ipv6-rotator/smart_ipv6_rotator/ranges.py
Brock Vojkovic d8fb7715ce
Some checks failed
Docker Multi-Architecture Build / build-docker (push) Has been cancelled
upd: latest prefixes announced from AS15169 (#32)
2024-11-22 22:55:14 +01:00

23 lines
495 B
Python

RANGES: dict[str, list[str]] = {
"google": [
"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",
]
}
__all__: list[str] = ["RANGES"]