feat: implement multicast address type definition on AutoInterface configuration

This commit is contained in:
Thiaguetz 2024-03-23 00:54:56 -03:00
parent a4d5b5cb17
commit 11baace08d
4 changed files with 26 additions and 2 deletions

View file

@ -47,6 +47,12 @@ system, which should be enabled by default in almost all OSes.
group_id = reticulum
# You can also choose the multicast address type:
# temporary (default, Temporary Multicast Address)
# or permanent (Permanent Multicast Address)
multicast_address_type = permanent
# You can also select specifically which
# kernel networking devices to use.