mirror of
https://github.com/openwrt/routing.git
synced 2026-07-17 03:41:54 +04:00
8 lines
106 B
Bash
8 lines
106 B
Bash
#!/bin/sh
|
|
|
|
uci batch <<EOF
|
|
set dhcp.odhcpd.maindhcp=1
|
|
set dhcp.@dnsmasq[0].localservice=0
|
|
commit dhcp
|
|
EOF
|