mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
15 lines
283 B
Markdown
15 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
|
|
```
|