mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-14 11:40:24 +08:00
TLS源站支持填写回源主机名
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user