Move the CDN DC IPv6 to the correct mapping

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
Dan 2023-04-30 20:23:42 +02:00 committed by wulan17
parent c3eddf234c
commit 91ff2dc82d
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -51,13 +51,13 @@ class DataCenter:
2: "2001:67c:4e8:f002::a",
3: "2001:b28:f23d:f003::a",
4: "2001:67c:4e8:f004::a",
5: "2001:b28:f23f:f005::a"
5: "2001:b28:f23f:f005::a",
203: "2a0a:f280:0203:000a:5000:0000:0000:0100"
}
PROD_IPV6_MEDIA = {
2: "2001:067c:04e8:f002:0000:0000:0000:000b",
4: "2001:067c:04e8:f004:0000:0000:0000:000b",
203: "2a0a:f280:0203:000a:5000:0000:0000:0100"
4: "2001:067c:04e8:f004:0000:0000:0000:000b"
}
def __new__(cls, dc_id: int, test_mode: bool, ipv6: bool, media: bool) -> Tuple[str, int]: