Paper-Dragon / ifconfig.icu

查找您自己的IP地址和相关信息的最佳工具。 支持浏览器访问,命令行curl,或者在你的代码里发起http请求Source code of ifconfig.icu website
http://ifconfig.icu/
MIT License
1 stars 0 forks source link

ifconfig.icu

description

Source code of ifconfig.icu website

The function of the item is to display the information of the visitor.

Even location country or city.

Supported ways:

New features

How to run ifconfig.icu server?

docker run -it \
    -d \
    --restart always \
    -p 8000:8000 \
    jockerdragon/ifconfig.icu:latest

Config Server

PROXY_MODE: Default None, if set PROXY_MODE=True in env, Get the source IP instead of the last IP forwarded as your IP address. (before the first forward ip).

AGENT_MODE: Default None, DO NOT SET THIS ENV, For the author's personal use only.

contribute

Rewrite the ifconfig.top project using Python.