blob: c267b58c412a9e2d0e4414443e2e9f8daa7c8507 (
plain)
1
2
3
4
5
|
post_install(){
echo "To enable luaunbound, add the following to the global section of your 'prosody.cfg.lua':"
echo "RunScript 'use\_unbound.lua'"
echo "More config info can be found in /usr/share/doc/luaunbound/README"
}
|