From 132a0500ded216feb87d57deecd02c85a3f4211d Mon Sep 17 00:00:00 2001 From: Roardom Date: Mon, 1 Jul 2024 06:04:05 +0000 Subject: [PATCH] update: clarify that enabling connectivity check will leak server ip --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 79d743f..5dc1933 100644 --- a/.env.example +++ b/.env.example @@ -93,6 +93,8 @@ LISTENING_PORT=6969 # Open a connection to the incoming peer announcing and record if their socket # accepts the connection. # +# **Warning:** Enabling this option will leak the server IP. +# # Default: false IS_CONNECTIVITY_CHECK_ENABLED=false