浏览代码

conf: fix example for tls2raw (#4494)

fatedier 3 月之前
父节点
当前提交
3a08c2aeb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      conf/frpc_full_example.toml

+ 1 - 1
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"