|
@@ -86,7 +86,6 @@ oidc_audience =
|
|
|
# By default, this value is false.
|
|
|
oidc_skip_expiry_check = false
|
|
|
|
|
|
-
|
|
|
# oidc_skip_issuer_check specifies whether to skip checking if the OIDC token's issuer claim matches the issuer specified in OidcIssuer.
|
|
|
# By default, this value is false.
|
|
|
oidc_skip_issuer_check = false
|
|
@@ -120,11 +119,16 @@ tls_only = false
|
|
|
subdomain_host = frps.com
|
|
|
|
|
|
# if tcp stream multiplexing is used, default is true
|
|
|
-tcp_mux = true
|
|
|
+# tcp_mux = true
|
|
|
+
|
|
|
# specify keep alive interval for tcp mux.
|
|
|
# only valid if tcp_mux is true.
|
|
|
# tcp_mux_keepalive_interval = 60
|
|
|
|
|
|
+# tcp_keepalive specifies the interval between keep-alive probes for an active network connection between frpc and frps.
|
|
|
+# If negative, keep-alive probes are disabled.
|
|
|
+# tcp_keepalive = 7200
|
|
|
+
|
|
|
# custom 404 page for HTTP requests
|
|
|
# custom_404_page = /path/to/404.html
|
|
|
|