proxy: fix handling when allowedIP is empty
This commit is contained in:
parent
cdfb18e87a
commit
79431effb2
@ -27,6 +27,7 @@ func accessHandler(next http.Handler) http.Handler {
|
|||||||
// setting.allowedIPs will always have at least one element because of how it's defined
|
// setting.allowedIPs will always have at least one element because of how it's defined
|
||||||
if setting.allowedIPs[0] == "" {
|
if setting.allowedIPs[0] == "" {
|
||||||
next.ServeHTTP(httpW, httpR)
|
next.ServeHTTP(httpW, httpR)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
IPPort := httpR.RemoteAddr
|
IPPort := httpR.RemoteAddr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user