document feature in frps_full_example.toml

This commit is contained in:
Moritz Habegger 2023-11-13 14:06:26 +01:00
parent 5950a745b6
commit 9c0c9bdb1b
No known key found for this signature in database
GPG Key ID: 1627E2B493D230F3

View File

@ -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