From bacb9c0994363449ab5ff1f4eac1eef502bd6ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 12 Jul 2024 19:58:54 +0100 Subject: [PATCH] gb: add EE and PlusNet --- ipv6_in_real_life/data/gb/telco.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ipv6_in_real_life/data/gb/telco.json b/ipv6_in_real_life/data/gb/telco.json index f7eb930..7aa2312 100644 --- a/ipv6_in_real_life/data/gb/telco.json +++ b/ipv6_in_real_life/data/gb/telco.json @@ -8,6 +8,12 @@ { "main_host": "www.vodafone.co.uk" }, + { + "main_host": "ee.co.uk", + "additional_hosts": [ + "auth.ee.co.uk" + ] + }, { "main_host": "www.virginmedia.com", "additional_hosts": [ @@ -47,5 +53,8 @@ "additional_hosts": [ "accounts.shellenergy.co.uk" ] + }, + { + "main_host": "www.plus.net" } ]