mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
Merge pull request #290 from samwafgo/feat_287_3
feat: update alipay callback ip 2024
This commit is contained in:
@@ -60,6 +60,7 @@ func AlipayPayBackIP(ip string) CallBackIpResult {
|
||||
"203.209.224.0/19",
|
||||
"43.227.188.0/22",
|
||||
"45.113.40.0/22",
|
||||
"8.150.0.0/17",
|
||||
"2400:B200::/32",
|
||||
}
|
||||
isInRanges := utils.CheckIPInRanges(ip, ipRanges)
|
||||
|
||||
Reference in New Issue
Block a user