index
:
openwrt-packages.git
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
Community maintained packages for OpenWrt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
kadnode
/
files
/
kadnode.postinst
blob: 31902099cb6b14749d1d330200fbbe22fbb227e7 (
plain
)
1
2
3
4
5
6
#!/bin/sh
uci
add_list
dhcp.@dnsmasq
[
0
]
.server
=
'/p2p/::1#3535'
uci
commit
dhcp
exit
0