From 0c4d9301ec033789a4c23fbbc6e8307000bd2458 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:36:09 +0300 Subject: [PATCH] Update config.toml --- config.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 45d6b75..c459ed1 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,5 @@ # === General Settings === [general] -# prefer_ipv6 is deprecated; use [network].prefer instead -prefer_ipv6 = false fast_mode = true use_middle_proxy = true #ad_tag = "00000000000000000000000000000000" @@ -39,12 +37,12 @@ me_reconnect_backoff_cap_ms = 30000 # Backoff cap me_reconnect_fast_retry_count = 11 # Quick retries before backoff [network] -# Enable/disable families; ipv6 = true/false/auto(None) +# Enable/disable families: true/false/auto(None) ipv4 = true -ipv6 = true +ipv6 = false # UNSTABLE WITH ME # prefer = 4 or 6 prefer = 4 -multipath = false +multipath = false # EXPERIMENTAL! # Log level: debug | verbose | normal | silent # Can be overridden with --silent or --log-level CLI flags