diff --git a/ipv6_in_real_life/data/us/__init__.py b/ipv6_in_real_life/data/us/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/ipv6_in_real_life/data/us/bank.json b/ipv6_in_real_life/data/us/bank.json new file mode 100644 index 0000000..056f87c --- /dev/null +++ b/ipv6_in_real_life/data/us/bank.json @@ -0,0 +1,11 @@ +[ + { + "main_host": "www.wellsfargo.com" + }, + { + "main_host": "www.betterment.com" + }, + { + "main_host": "www.wealthfront.com" + } +] diff --git a/ipv6_in_real_life/data/us/bank.json.license b/ipv6_in_real_life/data/us/bank.json.license new file mode 100644 index 0000000..34446c2 --- /dev/null +++ b/ipv6_in_real_life/data/us/bank.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Alex Brandt + +SPDX-License-Identifier: 0BSD diff --git a/ipv6_in_real_life/data/us/groceries.json b/ipv6_in_real_life/data/us/groceries.json new file mode 100644 index 0000000..c513147 --- /dev/null +++ b/ipv6_in_real_life/data/us/groceries.json @@ -0,0 +1,11 @@ +[ + { + "main_host": "www.instacart.com" + }, + { + "main_host": "www.heb.com" + }, + { + "main_host": "www.hornbachers.com" + } +] diff --git a/ipv6_in_real_life/data/us/groceries.json.license b/ipv6_in_real_life/data/us/groceries.json.license new file mode 100644 index 0000000..34446c2 --- /dev/null +++ b/ipv6_in_real_life/data/us/groceries.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Alex Brandt + +SPDX-License-Identifier: 0BSD diff --git a/ipv6_in_real_life/data/us/telco.json b/ipv6_in_real_life/data/us/telco.json new file mode 100644 index 0000000..9598312 --- /dev/null +++ b/ipv6_in_real_life/data/us/telco.json @@ -0,0 +1,14 @@ +[ + { + "main_host": "www.cableone.biz" + }, + { + "main_host": "www.spectrum.com" + }, + { + "main_host": "www.verizon.com" + }, + { + "main_host": "www.xfinity.com" + } +] diff --git a/ipv6_in_real_life/data/us/telco.json.license b/ipv6_in_real_life/data/us/telco.json.license new file mode 100644 index 0000000..34446c2 --- /dev/null +++ b/ipv6_in_real_life/data/us/telco.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Alex Brandt + +SPDX-License-Identifier: 0BSD diff --git a/ipv6_in_real_life/data/us/transport.json b/ipv6_in_real_life/data/us/transport.json new file mode 100644 index 0000000..82f6a75 --- /dev/null +++ b/ipv6_in_real_life/data/us/transport.json @@ -0,0 +1,14 @@ +[ + { + "main_host": "www.lyft.com" + }, + { + "main_host": "www.caltrain.com" + }, + { + "main_host": "www.clippercard.com" + }, + { + "main_host": "www.bart.gov" + } +] diff --git a/ipv6_in_real_life/data/us/transport.json.license b/ipv6_in_real_life/data/us/transport.json.license new file mode 100644 index 0000000..34446c2 --- /dev/null +++ b/ipv6_in_real_life/data/us/transport.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Alex Brandt + +SPDX-License-Identifier: 0BSD diff --git a/ipv6_in_real_life/data/us/utility.json b/ipv6_in_real_life/data/us/utility.json new file mode 100644 index 0000000..7998b97 --- /dev/null +++ b/ipv6_in_real_life/data/us/utility.json @@ -0,0 +1,14 @@ +[ + { + "main_host": "www.mpsutility.com" + }, + { + "main_host": "www.cpsenergy.com" + }, + { + "main_host": "www.pge.com" + }, + { + "main_host": "www.saws.org" + } +] diff --git a/ipv6_in_real_life/data/us/utility.json.license b/ipv6_in_real_life/data/us/utility.json.license new file mode 100644 index 0000000..34446c2 --- /dev/null +++ b/ipv6_in_real_life/data/us/utility.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Alex Brandt + +SPDX-License-Identifier: 0BSD