Browse Source

stubby: Fix UCI command in README

Signed-off-by: Salim B <salim@posteo.de>
lilik-openwrt-22.03
Salim B 5 years ago
parent
commit
65bb20fc59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/stubby/files/README.md

+ 1
- 1
net/stubby/files/README.md View File

@ -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:


Loading…
Cancel
Save