diff --git a/ipv6_in_real_life/data/ie/bank.toml b/ipv6_in_real_life/data/ie/bank.toml index 0cc95f1..1d7e4d7 100644 --- a/ipv6_in_real_life/data/ie/bank.toml +++ b/ipv6_in_real_life/data/ie/bank.toml @@ -9,6 +9,7 @@ additional_hosts = [ ] [[bank]] +name = "Bank of Ireland" main_host = "www.bankofireland.com" additional_hosts = [ "www.365online.com", diff --git a/ipv6_in_real_life/data/ie/telco.toml b/ipv6_in_real_life/data/ie/telco.toml index 3059151..44da84c 100644 --- a/ipv6_in_real_life/data/ie/telco.toml +++ b/ipv6_in_real_life/data/ie/telco.toml @@ -6,7 +6,11 @@ main_host = "www.virginmedia.ie" [[telco]] +name = "Vodafone" main_host = "n.vodafone.ie" +additional_hosts = [ + "broadband.vodafone.ie", +] [[telco]] main_host = "www.three.ie" diff --git a/ipv6_in_real_life/data/us/bank.toml b/ipv6_in_real_life/data/us/bank.toml index e1df31b..191d083 100644 --- a/ipv6_in_real_life/data/us/bank.toml +++ b/ipv6_in_real_life/data/us/bank.toml @@ -26,3 +26,25 @@ main_host = "www.cnb.com" additional_hosts = [ "cno.cnb.com", ] + +[[bank]] +name = "Charles Schwab" +main_host = "www.schwab.com" +additional_hosts = [ + "client.schwab.com", +] + +[[bank]] +name = "Bank of America" +main_host = "www.bankofamerica.com" +additional_hosts = [ + "promo.bankofamerica.com", + "secure.bankofamerica.com", +] + +[[bank]] +name = "Comerica Bank" +main_host = "www.comerica.com" +additional_hosts = [ + "webbanking.comerica.com", +] diff --git a/ipv6_in_real_life/data/us/telco.toml b/ipv6_in_real_life/data/us/telco.toml index 6617af1..82cfe67 100644 --- a/ipv6_in_real_life/data/us/telco.toml +++ b/ipv6_in_real_life/data/us/telco.toml @@ -15,4 +15,12 @@ main_host = "www.verizon.com" main_host = "www.xfinity.com" [[telco]] +name = "AT&T" main_host = "www.att.com" + +[[telco]] +name = "T-Mobile" +main_host = "www.t-mobile.com" +additional_hosts = [ + "account.t-mobile.com", +]