From 48f9978754712928c1dc4d4fba4f146ee05412cd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 18 Jun 2020 19:39:08 +0100 Subject: [PATCH] Avoid IPv6 addresses ending with :: --- src/tile.openstreetmap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tile.openstreetmap.yml b/src/tile.openstreetmap.yml index de9b715..9886c05 100644 --- a/src/tile.openstreetmap.yml +++ b/src/tile.openstreetmap.yml @@ -294,14 +294,14 @@ london: bandwidth: 150 name: saphira ipv4: 185.73.44.30 - ipv6: 2001:ba8:0:2c1e:: + ipv6: 2001:ba8:0:2c1e::0 - statuscake: - 4089249 - 4089250 bandwidth: 150 name: toothless ipv4: 185.73.44.167 - ipv6: 2001:ba8:0:2ca7:: + ipv6: 2001:ba8:0:2ca7::0 preferred: countries: - GB -- 2.39.5