Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/b2d75a99e739e2e25302beb4de9a77dc20eba014/docs/widgets/services/nextdns.md?display=source
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
---
|
|
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
|
|
```
|