From 6b07c79fbf16be6de194e5b628d9f3e005a135d9 Mon Sep 17 00:00:00 2001 From: Chreutz Date: Mon, 19 Feb 2024 11:10:02 +0100 Subject: [PATCH 1/2] Update bolignet.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bolignet opkræver ekstrabetaling for IPv6 --- data/bolignet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bolignet.json b/data/bolignet.json index 2463ae9..be245f9 100644 --- a/data/bolignet.json +++ b/data/bolignet.json @@ -3,7 +3,7 @@ "name": "bolig:net", "url": "https://www.bolignet.dk", "ipv6": true, - "comment": "Understøtter IPv6 Prefix Delegation.", + "comment": "Understøtter IPv6 Prefix Delegation (mod merbetaling)", "partial": false, "sources": [ { From 62b8c2750067b8e5bf39f41706c2ff1e6ab8bac2 Mon Sep 17 00:00:00 2001 From: Chreutz Date: Mon, 19 Feb 2024 11:15:36 +0100 Subject: [PATCH 2/2] Update altibox.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Altibox understøtter IPv6 nu --- data/altibox.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/altibox.json b/data/altibox.json index efccae6..17222ed 100644 --- a/data/altibox.json +++ b/data/altibox.json @@ -2,8 +2,8 @@ "$schema": "./../schema.json", "name": "Altibox", "url": "https://www.altibox.dk", - "ipv6": false, - "comment": "Vi tilbyder ikke på nuværende tidspunkt statisk tildeling af IPv6 prefix/adresser.", - "partial": true, - "sources": [{ "date": "2023-11-06", "name": "ISP (Email)", "url": "https://user-images.githubusercontent.com/71432330/280961438-cad75111-2f1f-4215-862b-4b26e44c6dca.png" }] + "ipv6": true, + "comment": "Fuld understøttelse for Ipv6.", + "partial": false, + "sources": [{ "date": "2024-02-19", "name": "Website", "url": "https://minesider.altibox.dk/sadan-kommer-du-i-gang-med-ipv6/" }] }