mirror of https://github.com/telemt/telemt.git
Update config.toml
This commit is contained in:
parent
f7a7fb94d4
commit
0c4d9301ec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue