Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:mdns [2023/02/28 17:40] – [Service description files in /etc/umdns] stokito | docs:guide-developer:mdns [2024/10/17 00:59] (current) – [Config File] bartprokop | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| <code - / | <code - / | ||
| config umdns | config umdns | ||
| - | | + | option jail 1 # enables jail - see procd |
| - | list network lan | + | list network lan |
| - | list network dmz # Provides visibility into both networks, but does not act as a repeater | + | list network dmz # Provides visibility into both networks, but does not act as a repeater |
| </ | </ | ||
| + | |||
| Note that it may be unsafe to enable umdns on '' | Note that it may be unsafe to enable umdns on '' | ||
| + | |||
| + | Note that '' | ||
| ==== Install ==== | ==== Install ==== | ||
| Line 25: | Line 28: | ||
| ==== Firewall ==== | ==== Firewall ==== | ||
| - | UDP port 5353 should be opened in firewall: | + | If you need to advertise on WAN or other networks then UDP port 5353 should be opened in firewall: |
| <code - / | <code - / | ||
| config rule | config rule | ||
| Line 32: | Line 35: | ||
| option name ' | option name ' | ||
| option target ' | option target ' | ||
| - | | + | |
| option dest_port ' | option dest_port ' | ||
| - | | + | |
| </ | </ | ||
| To configure from GUI see " | To configure from GUI see " | ||