Nextdns

Learn how to use Nextdns with Composio

Overview

Enum

NEXTDNS

Description

NextDNS is a DNS service that enhances internet security and privacy by blocking malicious websites, tracking scripts, and ads before they reach your device.

Authentication Details

api_key
stringRequired

Actions

This tool allows users to create a new nextdns profile. it uses the post method at the endpoint https://api.nextdns.io/profiles. a profile is a distinct configuration set for dns filtering and security settings.

Action Parameters

allowlist
array
denylist
array
name
stringRequired
parentalControl
object
privacy
object
security
object
settings
object

Action Response

data
object
error
successful
boolean

Retrieves the details of a specific nextdns profile. it requires a ‘profileid’ as a path parameter and returns the profile details including name, security, privacy, parental control, denylist, allowlist, and general settings.

Action Parameters

profileId
stringRequired

Action Response

data
object
error
successful
boolean