Исправление конфигурационного файла
All checks were successful
Build / Build project (push) Successful in 6m10s

This commit is contained in:
Alexander Zhirov 2025-05-14 00:58:54 +03:00
parent 204512d6ad
commit 20aa22ddf9
Signed by: alexander
GPG key ID: C8D8BE544A27C511
3 changed files with 10 additions and 8 deletions

View file

@ -158,6 +158,8 @@ websocket_ping_frequency = 30s
; Prefer IPv4 over IPv6 for DNS resolution (useful for broken IPv6 connections)
; dns_resolver_prefer_ipv4 = false
; Exponential backoff for the delay between reconnect attempts
; The maximum reconnect delay
; reverse_reconnect_max_delay = 1s
; When using reverse tunnel, the client will try to always keep a connection to the server to await for new tunnels
; This delay is the maximum of time the client will wait before trying to reconnect to the server in case of failure
; The client follows an exponential backoff strategy until it reaches this maximum delay
; By default, the client tries to reconnect every 1 second
; reverse_tunnel_connection_retry_max_backoff = 1s