---
title: "Integrations"
type: "page"
post_id: "172"
slug: "integrations"
canonical: "https://www.zoneedit.com/integrations/"
markdown_url: "https://www.zoneedit.com/integrations.md"
json_url: "https://www.zoneedit.com/integrations.json"
txt_url: "https://www.zoneedit.com/integrations.txt"
published: "2026-08-06T17:04:02+00:00"
modified: "2026-08-06T17:04:23+00:00"
author: "markjr"
categories:
tags:
site_name: "ZoneEdit"
publisher: "Zoneedit.com"
language: "en-US"
generator: "easyPress AI Discoverability"
generator_version: "2.0.12"
---
Integrations

Works with the gear you already run.
====================================

Point your router, NAS, or DDNS client at ZoneEdit and it keeps your hostname current automatically. Anything that can call a custom update URL works.

[Set up Dynamic DNS](https://www.zoneedit.com/signup/) [Setup guide](https://support.zoneedit.com/en/knowledgebase/article/dynamic-dns)



Known support
-------------

The following routers and appliances have known support for ZoneEdit:

### Routers &amp; firewalls

OpenWrt, pfSense, OPNsense, DD-WRT, FreshTomato.



### NAS &amp; servers

Synology, TrueNAS, Linux / Raspberry Pi.



### DDNS clients

ddclient (native `zoneedit1` protocol), In-a-dyn, Docker DDNS-Updater.



### Custom HTTP

Any device or script that can call a custom update URL.







Configure any updater
---------------------

If your device isn’t listed, use its custom / generic DDNS option with these settings:

Update URL`https://api.cp.zoneedit.com/dyn/generic.php`UsernameYour ZoneEdit usernamePasswordYour per-domain Dynamic DNS **token** (never your account password)Parameters`hostname` = the host to update, `myip` = the new address**Example (cURL):**

```
curl --get \
  --user 'ZONEEDIT_USERNAME:DYN_AUTH_TOKEN' \
  --data-urlencode 'hostname=home.example.com' \
  --data-urlencode 'myip=203.0.113.10' \
  'https://api.cp.zoneedit.com/dyn/generic.php'
```

Full details, including response codes: [Dynamic DNS guide in our knowledgebase →](https://support.zoneedit.com/en/knowledgebase/article/dynamic-dns)



Get your hostname updating
--------------------------

Dynamic DNS on a domain you own, with the tools you already have.

[Get started](https://www.zoneedit.com/signup/)

[About Dynamic DNS →](https://www.zoneedit.com/dynamic-dns/)
