Update 'DynDNS/dyndns.lua'

This commit is contained in:
Filip Znachor 2022-05-28 11:01:48 +02:00
parent 7392f170c8
commit 1d00774ee2

View file

@ -9,7 +9,7 @@ local non_fqdn = true
local network_domain = ".lan"
local whitelisted_networks = {"192.168.0.0/16", "172.16.0.0/12", "10.0.0.0/8", "fd00::/8"}
local output_file = "/tmp/dyndns"
local output_file = "/tmp/hosts/dyndns"
local reload_command = "/etc/init.d/dnsmasq reload"