Install avahi-daemon
.
This commit is contained in:
parent
23e0dc8e9d
commit
60399ae897
@ -62,3 +62,13 @@ end
|
||||
mode '755'
|
||||
end
|
||||
end
|
||||
|
||||
# mDNS
|
||||
package 'avahi-daemon'
|
||||
|
||||
execute 'ufw allow 5353/udp' do
|
||||
user 'root'
|
||||
|
||||
not_if 'LANG=c ufw status | grep 5353'
|
||||
notifies :run, 'execute[ufw reload-or-enable]'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user