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 13:06] – [Alternatives] 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 " | ||
| Line 131: | Line 134: | ||
| " | " | ||
| " | " | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | Or you can advertise SFTP and SSH: | ||
| + | <code - / | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ] | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| ] | ] | ||
| } | } | ||
| Line 136: | Line 159: | ||
| </ | </ | ||
| See more examples in [[commit>? | See more examples in [[commit>? | ||
| + | |||
| + | The reload the umdns service with: '' | ||
| ==== Testing === | ==== Testing === | ||
| - | To see that service was advertised you may use '' | + | To see that service was advertised you may use '' |
| + | To see from a command line use '' | ||
| + | To find a specific service use: '' | ||
| + | |||