Skip to content

Commit

Permalink
Add some healthcare hosts for Italy, UK, and Ireland.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes committed Dec 31, 2023
1 parent 250a8e1 commit c2b802c
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ipv6_in_real_life/data/gb/medical.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"main_host": "www.nhs.uk",
"additional_hosts": [
"www.nhsapp.service.nhs.uk",
"access.login.nhs.uk"
]
},
{
"main_host": "www.pharmacy2u.co.uk"
},
{
"main_host": "www.boots.com"
},
{
"main_host": "www.superdrug.com"
},
{
"main_host": "my.patientsknowbest.com"
},
{
"main_host": "www.chelwest.nhs.uk"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/gb/medical.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Diego Elio Pettenò

SPDX-License-Identifier: 0BSD
5 changes: 5 additions & 0 deletions ipv6_in_real_life/data/ie/medical.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{
"main_host": "www.hse.ie"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/ie/medical.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Diego Elio Pettenò

SPDX-License-Identifier: 0BSD
5 changes: 5 additions & 0 deletions ipv6_in_real_life/data/it/medical.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{
"main_host": "www.salute.gov.it"
}
]
3 changes: 3 additions & 0 deletions ipv6_in_real_life/data/it/medical.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Diego Elio Pettenò

SPDX-License-Identifier: 0BSD

0 comments on commit c2b802c

Please sign in to comment.