Update config.toml

This commit is contained in:
Alexey 2026-02-19 20:36:09 +03:00 committed by GitHub
parent f7a7fb94d4
commit 0c4d9301ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 5 deletions

View File

@ -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