mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #9652 from salim-b/patch-1
stubby: Fix UCI command in README
This commit is contained in:
@@ -86,7 +86,7 @@ to use resolvers found in `/etc/resolv.conf` by setting the dnsmasq option
|
|||||||
command line:
|
command line:
|
||||||
|
|
||||||
uci add_list dhcp.@dnsmasq[-1].server='127.0.0.1#5453'
|
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
|
uci commit && reload_config
|
||||||
|
|
||||||
The same outcome can be achieved in the LUCI web interface as follows:
|
The same outcome can be achieved in the LUCI web interface as follows:
|
||||||
|
|||||||
Reference in New Issue
Block a user