KO
|
EN
gitlite — search
Search
#python
#docker
#typescript
#golang
#nextjs
#reactjs
#android
#docker-compose
#javascript
#go
#rest-api
#open-source
ipv6
★ 34
Open GitHub ↗
IPv6-adresse.dk source & data
Download README (.md)
Explore Similar Repositories
react-denmark-map
:
Customizable plug-and-play map of Denmark for visual presentation🗺️
sustainable-data-science
:
Danish Data Science Community's guide to sustainable data science
COVID-19-Danmark
:
Danish Covid-19 visualizations based on official stats
actions
:
🤖 GitHub Actions used across projects in Framna Denmark.
energy-insights
:
Angular web app for insights from the Danish energy markets.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ipv6
?
Download (.md)
# IPv6-adresse.dk source & data [IPv6-adresse.dk](https://ipv6-adresse.dk) — status på danske internetudbyderes IPv6-understøttelse. ## Bidrag med data Hver udbyder er én JSON-fil i [`data/`](data/), valideret mod [`schema.json`](schema.json) i CI. Ret eller tilføj en udbyder via pull request: ```json { "name": "Udbyder A/S", "url": "https://udbyder.dk", "ipv6": true, "partial": false, "assignedprefix": "/56", "comment": "Kommentar fra udbyderen", "sources": [ { "name": "Kilde", "url": "https://kilde.dk/artikel", "date": "2026-07-31" } ] } ``` `assignedprefix` udelades hvis ukendt. `sources[].date` skal være `YYYY-MM-DD`. ## Udvikling ```sh npm install npm run develop # dev-server på localhost:8000 npm run build # produktion — genererer også public/_headers (CSP m.m.) ``` Kræver Node 20+.