# About Dynamic IP

> Dynamic IP keeps your DNS records and cloud firewall rules in sync with a changing public IP address.

Source: https://infranest.io/docs/dynamic-ip
Last updated: 2026-09-14

---

Dynamic IP keeps your DNS records and cloud firewall rules pointed at the right address, even when your home or office internet connection's public IP changes without warning — useful for anyone running a home lab, office network, or VPN behind a residential connection.

## Overview
- Automatically updates your **DNS** records so they always point at your current public IP.
- Automatically updates your cloud **Firewalls** allow-rules, so you don't get locked out when your IP changes.
- Works with most routers and tools out of the box — no software to install.

## How it works

1. You create a Dynamic IP source in InfraNest and receive a secret update URL and token.
2. Your router (or a small script) calls that URL from time to time. InfraNest reads the public IP the request came from.
3. If the IP has changed, InfraNest updates every DNS record and firewall rule attached to that source, logs the change, and can send you an alert. If the IP hasn't changed, nothing happens.

> [!NOTE]
Dynamic IP uses the standard dyndns2 protocol, so most routers and tools like ddclient work with just the update URL and token.

## Where to find it

1. Open **Infrastructure** in the sidebar.
2. Select **Dynamic IPs**.
3. From here you can view existing sources, or select **New** to create one.

> [!TIP]
Attach both your DNS records and your firewall rules to the same Dynamic IP source, so everything stays in sync from a single update.

<!-- docs-screenshots:start -->

![About Dynamic IP](/media/82fb4399-58ce-4579-9ba0-88e2f210a2de)

<!-- docs-screenshots:end -->
