query other ip
This commit is contained in:
@@ -5,6 +5,6 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func HandleIp(c *gin.Context) {
|
||||
func HandleMyIp(c *gin.Context) {
|
||||
c.String(http.StatusOK, c.ClientIP())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user