dnsmasq: add script for dynamic DNS updates
This commit is contained in:
parent
a3dd4eba65
commit
01a27e45ce
4 changed files with 75 additions and 1 deletions
|
@ -9,3 +9,5 @@ dhcp-proxy
|
|||
|
||||
dhcp-option = option:dns-server,{{ dns | join(',') }}
|
||||
dhcp-option = option:ntp-server,{{ ntp | join(',') }}
|
||||
|
||||
dhcp-script = /usr/local/bin/dns-update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue