Multiple Remotes
OpenVPN
Configuration
proto tcp-client
# 服务器地址和端口
remote xxx xxx
remote xxx xxx
# remote 建立连接的超时时间
connect-timeout 5
# 保持连接的心跳
keepalive 10 60
参数
生效阶段
功能
是否重连
keepalive
已连接后
心跳检测、保持连接活跃,断开后自动重连
是
connect-timeout
连接建立阶段
尝试连接服务器的超时
否(仅切换 remote)
keepal...