From a315fee4107a45cbbce7638f54c83fd606c232c3 Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Thu, 14 Apr 2022 02:49:57 +0200 Subject: [PATCH] Update 'DynDNS/README.md' --- DynDNS/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/DynDNS/README.md b/DynDNS/README.md index 517663e..aba8cf6 100644 --- a/DynDNS/README.md +++ b/DynDNS/README.md @@ -8,18 +8,13 @@ Can be used for assinging **RA addresses to device hostnames**, which are defaul ## Instalation -Add this script to **dnsmasq's dhcp-script** option: +You can install this script via: ``` -dhcp-script = lua /path/to/dyndns.lua +wget https://git.znachor.cz/znachor/OpenWrt-Tools/raw/branch/master/DynDNS/install.sh -O - | ash ``` -Or via dhcpscript in OpenWrt uci: -``` -config dnsmasq - option dhcpscript 'lua /path/to/dyndns.lua' -``` +Detailed installation with all required steps [can be found here](install.sh). -Also add `list addnhosts '/tmp/dyndns'` to use DynDNS's hosts file. ## Features