mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
46304b2f58
Signed-off-by: Moritz Warning <moritzwarning@web.de>
7 lines
88 B
Bash
7 lines
88 B
Bash
#!/bin/sh
|
|
|
|
uci add_list dhcp.@dnsmasq[0].server='/p2p/::1#3535'
|
|
uci commit dhcp
|
|
|
|
exit 0
|