From 9c0c9bdb1be2c60f997511c59803269f208265ad Mon Sep 17 00:00:00 2001 From: Moritz Habegger <24765170+moritzhabegger@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:06:26 +0100 Subject: [PATCH] document feature in frps_full_example.toml --- conf/frps_full_example.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/frps_full_example.toml b/conf/frps_full_example.toml index d25f6473..2844445f 100644 --- a/conf/frps_full_example.toml +++ b/conf/frps_full_example.toml @@ -47,6 +47,9 @@ tls.force = false # transport.tls.keyFile = "server.key" # transport.tls.trustedCaFile = "ca.crt" +# Validates the subject of the TLS client certificate using regex. By default, this value is not set and the validation is disabled. +# transport.tls.clientCertSubjectRegex = "CN=client.com(.+)" + # If you want to support virtual host, you must set the http port for listening (optional) # Note: http port and https port can be same with bindPort vhostHTTPPort = 80