From 1fbd56d6ead7f1b04e89252193702368cd3881ee Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 31 Dec 2024 20:18:45 +0000 Subject: Use standard ddns update style --- etc/dhcp/common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/dhcp/common.conf') diff --git a/etc/dhcp/common.conf b/etc/dhcp/common.conf index 4d58287..05edef2 100644 --- a/etc/dhcp/common.conf +++ b/etc/dhcp/common.conf @@ -7,4 +7,4 @@ option static-routes 8.8.8.8 gateway.random.lan; option local-proxy-config code 252 = text; default-lease-time 172800; max-lease-time 172800; -ddns-update-style interim; +ddns-update-style standard; -- cgit v1.2.3