Skip to content

nirocfz/ngx_http_ipip_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages