This commit is contained in:
parent
52bf41760c
commit
459a2c54bc
@ -18,10 +18,12 @@ func ISP(c *gin.Context) {
|
|||||||
|
|
||||||
asn, err := utils.GetASN(utils.ToIP(net.ParseIP(req.Address)))
|
asn, err := utils.GetASN(utils.ToIP(net.ParseIP(req.Address)))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
c.AbortWithStatus(http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
name, err := utils.GetISPName(asn)
|
name, err := utils.GetISPName(asn)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
c.AbortWithStatus(http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
web
2
web
@ -1 +1 @@
|
|||||||
Subproject commit 7ac3ba4fd29f10fb20e7990bbd6a2ee2c5ebfb2a
|
Subproject commit 75c1187b54d135323453154209ae6aff9cb817a9
|
Loading…
Reference in New Issue
Block a user