mirror of
https://github.com/ginuerzh/gost.git
synced 2024-04-21 12:31:34 +00:00
#92 support ssh tunnel for local/remote port forwarding
This commit is contained in:
@@ -46,7 +46,6 @@ func (s *HttpServer) HandleRequest(req *http.Request) {
|
||||
|
||||
valid := false
|
||||
u, p, _ := basicProxyAuth(req.Header.Get("Proxy-Authorization"))
|
||||
glog.V(LINFO).Infoln(u, p)
|
||||
for _, user := range s.Base.Node.Users {
|
||||
username := user.Username()
|
||||
password, _ := user.Password()
|
||||
|
||||
Reference in New Issue
Block a user