7 lines
88 B
Text
7 lines
88 B
Text
|
#!/bin/sh
|
||
|
|
||
|
uci add_list dhcp.@dnsmasq[0].server='/p2p/::1#3535'
|
||
|
uci commit dhcp
|
||
|
|
||
|
exit 0
|