From 0b815a6f93064d6fef4eb86f830a9717fd92a5c7 Mon Sep 17 00:00:00 2001 From: Xavier horwood <39760456+Xavierhorwood@users.noreply.github.com> Date: Wed, 28 May 2025 02:37:07 +1000 Subject: [PATCH] Add Ipv6 Option (#692) --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 0e51cdd..c2a4df2 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -521,6 +521,11 @@ message Config { */ uint32 enabled_protocols = 10; + /* + * Enable/Disable ipv6 support + */ + bool ipv6_enabled = 11; + /* * Available flags auxiliary network protocols */