Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 3 of 3
HI All,
I'm announcing my frist Nginx module: IspIP.
It's my replacement of GeoIP module. I developed IspIP module because I want to customize the IP database, but GeoIP is using a closed format IP data file.
IspIP API library
git clone git://vps3.yun09.com/ispip.git
Nginx IspIP module
git clone git://vps3.yun09.com/nginx-ispip.git
Any comments are appreciated.
Tiger
_____________________
by
zhanghu
-
Nginx Development
We have used nginx for our http server for months.
A couple of weeks ago, I was thinking about supporting IP/ISP based redirecting. After I did some researching, I found a module named "GeoIP". But finally I gave it up because it based on a closed source library. It's not easy to customize the IP database.
So I decided to develop my first NginX module called IspIP. I've deployed m
by
zhanghu
-
New Member Introductions