Browse Source

conf: fix example for tls2raw (#4494)

fatedier 3 tháng trước cách đây
mục cha
commit
3a08c2aeb0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"