mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-15 18:13:29 +00:00
Re add goWeb
This commit is contained in:
parent
572fe8486a
commit
d07312c6d1
@ -61,6 +61,8 @@ func dispatchConnection(conn net.Conn, sta *server.State) {
|
|||||||
"proxyMethod": proxyMethod,
|
"proxyMethod": proxyMethod,
|
||||||
"encryptionMethod": encryptionMethod,
|
"encryptionMethod": encryptionMethod,
|
||||||
}).Warn(err)
|
}).Warn(err)
|
||||||
|
goWeb()
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
sessionKey := make([]byte, 32)
|
sessionKey := make([]byte, 32)
|
||||||
@ -69,6 +71,7 @@ func dispatchConnection(conn net.Conn, sta *server.State) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error(err)
|
log.Error(err)
|
||||||
goWeb()
|
goWeb()
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// adminUID can use the server as normal with unlimited QoS credits. The adminUID is not
|
// adminUID can use the server as normal with unlimited QoS credits. The adminUID is not
|
||||||
|
Loading…
Reference in New Issue
Block a user