mirror of
https://github.com/roles-ansible/ansible_role_avahi_daemon.git
synced 2024-08-16 15:09:48 +02:00
27 lines
454 B
Markdown
27 lines
454 B
Markdown
# ansible_role_template
|
|
Template for Ansible roles
|
|
|
|
Netfilter rules
|
|
---------------
|
|
|
|
Do not forget to add netfilter rules for multicast dns.
|
|
|
|
Configuration example for `ferm`:
|
|
|
|
```
|
|
# mdns
|
|
daddr 224.0.0.251 proto udp dport 5353 ACCEPT;
|
|
daddr ff02::fb proto udp dport 5353 ACCEPT;
|
|
```
|
|
|
|
|
|
Links
|
|
-----
|
|
|
|
* http://dns-sd.org/
|
|
* http://www.multicastdns.org/
|
|
|
|
* https://www.avahi.org/
|
|
* https://github.com/lathiat/avahi
|
|
|
|
* http://www.dns-sd.org/ServiceTypes.html
|