Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 379 Bytes

File metadata and controls

30 lines (22 loc) · 379 Bytes

IPIP.NET

Example result

IP in URI

curl localhost:9527/114.114.114.114
114DNS  114DNS          %

Client IP

curl localhost:9527
本机地址        本机地址                %

Example config

server {
    listen 9527;
    server_name _;
    location / {
        ipip_file /path/to/ipip_db.dat;
    }
}