{% include 'navbar.html' %}
{% if ip %}

{{ ipaddr }} 查看地图

{% else %}

Hello World!

{% endif %}

批量ip查询地址:

命令行 curl 调用API:
curl -sL 262235.xyz/ip            # 命令行 -L 参数能重定向
curl -sL 262235.xyz/ip/8.8.8.8      # 查询自定义 IP 定位
curl -sL 262235.xyz/ip/github.com  # 按域名查 IP 定位
本WebAPI支持IP城市定位和域名查IP定位