From 8146bcd3d1e940b7c05ac770629a98e75cac12b7 Mon Sep 17 00:00:00 2001 From: ufm <381111+ufm@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:50:54 +0300 Subject: [PATCH] Update documentation for mcastregexp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac7038e..95f49ff 100644 --- a/README.md +++ b/README.md @@ -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;