Improved: we can set empty for turnServer explicitly.

This commit is contained in:
vorotamoroz
2026-06-05 09:27:19 +01:00
parent 37593bbee6
commit 369e62ee8d
4 changed files with 22 additions and 13 deletions
@@ -184,6 +184,7 @@ export async function applyP2pSettings(
data.P2P_relays = relays;
data.P2P_AutoAcceptingPeers = autoAccept;
data.P2P_AutoDenyingPeers = "";
data.P2P_turnServers = "none";
data.P2P_IsHeadless = true;
data.isConfigured = true;
await Deno.writeTextFile(settingsFile, JSON.stringify(data, null, 2));