用go写了个获取IP的网页

查看 88|回复 7
作者:imes   
本来想模仿ip.sb,后来一想也没什么必要,就这样吧。
地址 https://dataset.eu.org/ip

[ol]package main
import (
        "net/http"
        "os"
        "time"
        "github.com/gin-gonic/gin"
)
// function: get command line arguments
func GetCommandArguments() string {
        // the example: program -f /goWeb/templates
        arguments := os.Args
        tmplPath := ""
        for i := 0; i 复制代码

也没, 写了, 本来

大炮   
不错。
Salta   
挺挺简单的,支持
my2468   
666
jhsyue   
域名太长了
imes
OP
  

jhsyue 发表于 2023-4-26 20:08
域名太长了

还是ip.sb的域名好,我这个就自己的玩具
403_Forbidden   
Nginx可以直接返回IP。
cangshui   
有没有可以在VERCEL.COM跑的
您需要登录后才可以回帖 登录 | 立即注册

返回顶部