Nextdns

Learn how to use Nextdns with Composio

Overview

SLUG

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

generic_api_key
stringRequired

Tools

SLUG: NEXTDNS_CREATE_PROFILE

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
objectRequired
error
string
successful
booleanRequired

SLUG: NEXTDNS_GET_PROFILE

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
objectRequired
error
string
successful
booleanRequired