mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Force DHCP
This commit is contained in:
parent
7610bdaa81
commit
519e993d11
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
set dhcp.lan.ra_default=0
|
set dhcp.lan.ra_default=0
|
||||||
set dhcp.lan.dhcpv6=disabled
|
set dhcp.lan.dhcpv6=disabled
|
||||||
set dhcp.@dnsmasq[0].force=1
|
set dhcp.lan.force=1
|
||||||
commit dhcp
|
commit dhcp
|
||||||
EOF
|
EOF
|
||||||
rm -f /tmp/luci-indexcache
|
rm -f /tmp/luci-indexcache
|
||||||
|
|
Loading…
Reference in a new issue