From 3a08c2aeb0fd5639e40c3f91d6c5ac98150ec194 Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 17 Oct 2024 16:27:41 +0800 Subject: [PATCH] conf: fix example for tls2raw (#4494) --- conf/frpc_full_example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/frpc_full_example.toml b/conf/frpc_full_example.toml index 3bf86866..eb447392 100644 --- a/conf/frpc_full_example.toml +++ b/conf/frpc_full_example.toml @@ -327,7 +327,7 @@ requestHeaders.set.x-from-where = "frp" [[proxies]] name = "plugin_tls2raw" -type = "https" +type = "tcp" remotePort = 6008 [proxies.plugin] type = "tls2raw"