diff options
Diffstat (limited to 'net/kadnode/files/kadnode.postinst')
-rw-r--r-- | net/kadnode/files/kadnode.postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/kadnode/files/kadnode.postinst b/net/kadnode/files/kadnode.postinst new file mode 100644 index 000000000..31902099c --- /dev/null +++ b/net/kadnode/files/kadnode.postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +uci add_list dhcp.@dnsmasq[0].server='/p2p/::1#3535' +uci commit dhcp + +exit 0 |