Skip to content

Commit

Permalink
Add more US banks, fix Vodafone Ireland, add T-Mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes committed Aug 17, 2024
1 parent 71f12eb commit b1ef7b7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions ipv6_in_real_life/data/ie/bank.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ additional_hosts = [
]

[[bank]]
name = "Bank of Ireland"
main_host = "www.bankofireland.com"
additional_hosts = [
"www.365online.com",
Expand Down
4 changes: 4 additions & 0 deletions ipv6_in_real_life/data/ie/telco.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
22 changes: 22 additions & 0 deletions ipv6_in_real_life/data/us/bank.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
8 changes: 8 additions & 0 deletions ipv6_in_real_life/data/us/telco.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit b1ef7b7

Please sign in to comment.