diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-12-31 20:18:45 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-12-31 20:18:45 +0000 |
commit | 1fbd56d6ead7f1b04e89252193702368cd3881ee (patch) | |
tree | 15cd9ab9049cf9394a1d47af96873a4fed504324 | |
parent | Require login for some git repos (diff) | |
download | config-1fbd56d6ead7f1b04e89252193702368cd3881ee.tar.bz2 config-1fbd56d6ead7f1b04e89252193702368cd3881ee.tar.xz config-1fbd56d6ead7f1b04e89252193702368cd3881ee.zip |
Use standard ddns update style
-rw-r--r-- | etc/dhcp/common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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; |