feat(app): update
This commit is contained in:
@ -17,10 +17,7 @@ func IsWhiteIp(ip string) (result bool) {
|
||||
|
||||
result = false
|
||||
|
||||
whiteList := []string{
|
||||
"120.53.99.84",
|
||||
"175.11.144.242",
|
||||
}
|
||||
whiteList := []string{}
|
||||
|
||||
result = IsInStringList(ip, whiteList)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user