added some code for control channel authentication
This commit is contained in:
@@ -190,8 +190,8 @@ func (pxy *server_proxy) Id() string {
|
||||
return pxy.id
|
||||
}
|
||||
|
||||
func (pxy *server_proxy) Authenticate(req *http.Request) bool {
|
||||
return true
|
||||
func (pxy *server_proxy) Authenticate(req *http.Request) string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// ------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user