From be8db5feb72825f1cf1571b93fb658ca1e37bfb9 Mon Sep 17 00:00:00 2001 From: Guy Lewin Date: Mon, 24 Feb 2020 15:53:35 -0500 Subject: [PATCH] docs: document authenticate_new_work_conns --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7f2a512..a0bdaa12 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,8 @@ You can decide which one to use by configuring `authentication_method` under `[c Configuring `authenticate_heartbeats = true` under `[common]` will use the configured authentication method to add and validate authentication on every heartbeat between frpc and frps. +Configuring `authenticate_new_work_conns = true` under `[common]` will do the same for every new work connection between frpc and frps. + #### Token Authentication When specifying `authentication_method = token` under `[common]` in `frpc.ini` and `frps.ini` - token based authentication will be used.