mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
283 B
Markdown
16 lines
283 B
Markdown
---
|
|
title: NextDNS
|
|
description: NextDNS Widget Configuration
|
|
---
|
|
|
|
Learn more about [NextDNS](https://nextdns.io/).
|
|
|
|
Api key is found under Account > API, profile ID is found under Setup > Endpoints > ID
|
|
|
|
```yaml
|
|
widget:
|
|
type: nextdns
|
|
profile: profileid
|
|
key: yourapikeyhere
|
|
```
|