Skip to content

Commit

Permalink
Add some more entries for US.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes committed Aug 16, 2024
1 parent d9e6a92 commit 71f12eb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ipv6_in_real_life/data/us/bank.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ main_host = "www.wealthfront.com"

[[bank]]
main_host = "www.acorns.com"

[[bank]]
main_host = "www.chase.com"
additional_hosts = [
"secure.chase.com",
]

[[bank]]
name = "City National Bank"
main_host = "www.cnb.com"
additional_hosts = [
"cno.cnb.com",
]
12 changes: 12 additions & 0 deletions ipv6_in_real_life/data/us/groceries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ main_host = "www.heb.com"

[[groceries]]
main_host = "www.hornbachers.com"

[[groceries]]
main_host = "www.vons.com"

[[groceries]]
main_host = "www.safeway.com"

[[groceries]]
main_host = "www.costco.com"
additional_hosts = [
"signin.costco.com",
]
9 changes: 9 additions & 0 deletions ipv6_in_real_life/data/us/medical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ main_host = "www.aetna.com"

[[medical]]
main_host = "www.banderaeyecare.com"

[[medical]]
main_host = "www.cvs.com"

[[medical]]
main_host = "www.walgreens.com"

[[medical]]
main_host = "www.riteaid.com"

0 comments on commit 71f12eb

Please sign in to comment.