TLS源站支持填写回源主机名

This commit is contained in:
GoEdgeLab
2022-06-27 15:10:45 +08:00
parent c90f693c5f
commit 57d201f0fb
5 changed files with 19 additions and 15 deletions

View File

@@ -6,6 +6,10 @@ Tea.context(function () {
if (this.isHTTP) {
this.protocol = "http"
} else if (this.serverType == "tcpProxy") {
this.protocol = "tcp"
} else if (this.serverType == "udpProxy") {
this.protocol = "udp"
}
this.changeProtocol = function () {