diff --git a/llarp/config/config.cpp b/llarp/config/config.cpp index 66dabf4f8..3a2719343 100644 --- a/llarp/config/config.cpp +++ b/llarp/config/config.cpp @@ -569,7 +569,13 @@ namespace llarp IP6RangeDefault, [this](std::string arg) { if (arg.empty()) + { + LogError( + "!!! Disabling ipv6 tunneling when you have ipv6 routes WILL lead to " + "de-anonymization as lokinet will no longer carry your ipv6 traffic !!!"); + m_baseV6Address = std::nullopt; return; + } m_baseV6Address = huint128_t{}; if (not m_baseV6Address->FromString(arg)) throw std::invalid_argument(