master
dustoair 3 years ago
parent 089e6cb9c6
commit 64c2e7b448

@ -11,11 +11,11 @@ import (
func main() {
http.HandleFunc("/", IPHandle)
log.Println("server start!")
http.ListenAndServe(":8080", nil)
}
func IPHandle(w http.ResponseWriter, req *http.Request) {
log.Println("server start!")
address := req.FormValue("address")
var ipInfo ip2region.IpInfo
if address != "" {

Loading…
Cancel
Save