From 65bb20fc5964a5054f2997bca92542e4bd19989f Mon Sep 17 00:00:00 2001 From: Salim B Date: Sun, 4 Aug 2019 21:15:21 +0000 Subject: [PATCH] stubby: Fix UCI command in README Signed-off-by: Salim B --- net/stubby/files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/stubby/files/README.md b/net/stubby/files/README.md index bc5344cd8..12fcef397 100644 --- a/net/stubby/files/README.md +++ b/net/stubby/files/README.md @@ -86,7 +86,7 @@ to use resolvers found in `/etc/resolv.conf` by setting the dnsmasq option command line: uci add_list dhcp.@dnsmasq[-1].server='127.0.0.1#5453' - uci dhcp.@dnsmasq[-1].noresolv=1 + uci set dhcp.@dnsmasq[-1].noresolv=1 uci commit && reload_config The same outcome can be achieved in the LUCI web interface as follows: