From 3c2e2bcea55f6320d1720a42ce39bc3986291109 Mon Sep 17 00:00:00 2001 From: Chirag Sukhala Date: Thu, 8 Oct 2020 06:25:03 +0000 Subject: [PATCH] Update frpc_full.ini (#2023) Added authenticate_heartbeats and authenticate_new_work_conns --- conf/frpc_full.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conf/frpc_full.ini b/conf/frpc_full.ini index b73d81a..8622ae7 100644 --- a/conf/frpc_full.ini +++ b/conf/frpc_full.ini @@ -22,7 +22,14 @@ log_max_days = 3 # disable log colors when log_file is console, default is false disable_log_color = false -# for authentication +# for authentication, should be same as your frps.ini +# AuthenticateHeartBeats specifies whether to include authentication token in heartbeats sent to frps. By default, this value is false. +authenticate_heartbeats = false + +# AuthenticateNewWorkConns specifies whether to include authentication token in new work connections sent to frps. By default, this value is false. +authenticate_new_work_conns = false + +# auth token token = 12345678 # set admin address for control frpc's action by http api such as reload