mirror of
https://github.com/iv-org/smart-ipv6-rotator.git
synced 2024-11-27 00:00:30 +00:00
d8fb7715ce
Some checks failed
Docker Multi-Architecture Build / build-docker (push) Has been cancelled
23 lines
495 B
Python
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"]
|