From 54b473e071d73438ada785b1b1ce1960de630d6c Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Sat, 28 May 2022 11:02:02 +0200 Subject: [PATCH] Update 'DynDNS/install.sh' --- DynDNS/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/DynDNS/install.sh b/DynDNS/install.sh index 04987b3..a11e92d 100644 --- a/DynDNS/install.sh +++ b/DynDNS/install.sh @@ -18,8 +18,5 @@ echo "cd /root/dyndns/ && lua dyndns.lua" > /etc/hotplug.d/dhcp/99-dyndns chmod 755 /etc/hotplug.d/dhcp/99-dyndns chmod +x /etc/hotplug.d/dhcp/99-dyndns -# Add addnlist to the config -uci set dhcp.@dnsmasq[0].addnhosts='/tmp/dyndns' - # Reload dnsmasq /etc/init.d/dnsmasq reload \ No newline at end of file