0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 05:49:50 +00:00
packages/net/kadnode/files/kadnode.postinst
Moritz Warning 46304b2f58 kadnode: add new package
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-01-14 22:33:45 +01:00

7 lines
88 B
Bash

#!/bin/sh
uci add_list dhcp.@dnsmasq[0].server='/p2p/::1#3535'
uci commit dhcp
exit 0