kadnode: add new package

Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
Moritz Warning
2017-12-20 13:05:33 +01:00
parent c34edc2171
commit 46304b2f58
6 changed files with 336 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
uci add_list dhcp.@dnsmasq[0].server='/p2p/::1#3535'
uci commit dhcp
exit 0