Skip to content

Instantly share code, notes, and snippets.

View insekticid's full-sized avatar
🏠
Working from home

Exploit.cz insekticid

🏠
Working from home
View GitHub Profile
/usr/local/etc/nginx.conf
# GeoIP
geoip_country /usr/local/share/GeoIP/GeoIP.dat; # the country IP database
geoip_country /usr/local/share/GeoIP/GeoIPv6.dat; # the country IPv6 database
geoip_city /usr/local/share/GeoIP/GeoLiteCity.dat; # the city IP database
geoip_city /usr/local/share/GeoIP/GeoLiteCityv6.dat; # the city IPv6 database
geoip_org /usr/local/share/GeoIP/GeoIPASNum.dat; # the ASN IP database
geoip_org /usr/local/share/GeoIP/GeoIPASNumv6.dat; # the ASN IPv6 database