Merge pull request #476 from thiaguetz/feat/multicast-address-type

feat: implement multicast address type definition on AutoInterface configuration
This commit is contained in:
markqvist
2024-05-01 15:44:03 +02:00
committed by GitHub
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.