Update documentation for mcastregexp

This commit is contained in:
ufm
2024-10-02 13:50:54 +03:00
parent 097f62b226
commit 8146bcd3d1

View File

@@ -63,6 +63,7 @@ The following command line switches are supported by the `yggmail` binary:
* `-peer=tls://...` or `-peer=tcp://...` — connect to a specific Yggdrasil node, like one of the [Public Peers](https://publicpeers.neilalexander.dev/);
* `-multicast` - enable multicast peer discovery for Yggdrasil nodes on your LAN
* `-mcastregexp=".*"` - regexp used in muticast peer discovery for interface name selection.
* `-database=/path/to/yggmail.db` — use a specific database file;
* `-smtp=listenaddr:port` — listen for SMTP on a specific address/port
* `-imap=listenaddr:port` — listen for IMAP on a specific address/port;