Tagged articles
8 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 1, 2026 · Operations

Nali – Go‑Based Open‑Source CLI for Offline IP and CDN Lookup

Nali is a Go‑rewritten open‑source terminal tool that lets you query IPv4/IPv6 geolocation and CDN provider information offline using multiple databases, supports pipe processing and interactive mode, and can be installed from source or pre‑compiled binaries with configurable environment variables.

CLIGeoIPGo
0 likes · 11 min read
Nali – Go‑Based Open‑Source CLI for Offline IP and CDN Lookup
Liangxu Linux
Liangxu Linux
May 4, 2025 · Backend Development

Master Nginx IP Whitelisting & Blacklisting: Simple Allow/Deny Configurations

This tutorial explains how to use Nginx’s allow and deny directives, include external whitelist files, configure the ngx_http_geo_module for IP‑based access control, and set up country‑level restrictions with the geoip module, providing concrete configuration examples and command‑line steps for both black‑ and white‑listing.

BackendBlacklistGeoIP
0 likes · 7 min read
Master Nginx IP Whitelisting & Blacklisting: Simple Allow/Deny Configurations
MaGe Linux Operations
MaGe Linux Operations
Mar 14, 2025 · Backend Development

Mastering Nginx IP Whitelists and Blacklists: Step‑by‑Step Guide

This tutorial explains how to configure Nginx to control access by IP using allow/deny directives, include files, the ngx_http_geo_module for subnet and country restrictions, and the ngx_http_geoip_module for geographic blocking, with complete configuration examples and installation commands.

GeoIPIP whitelistgeo module
0 likes · 8 min read
Mastering Nginx IP Whitelists and Blacklists: Step‑by‑Step Guide
Java Captain
Java Captain
Nov 29, 2023 · Operations

Setting Up Nginx Access Log Monitoring with Loki and Grafana

This guide walks through installing Nginx, configuring Promtail and Loki to collect JSON‑formatted access logs, adding GeoIP support, deploying Grafana via Docker, connecting the Loki data source, and creating a dashboard with the world‑map panel to visualize website traffic.

GeoIPGrafanaJSON Logs
0 likes · 8 min read
Setting Up Nginx Access Log Monitoring with Loki and Grafana
ITPUB
ITPUB
Jun 3, 2016 · Operations

How to Block Specific Country IPs with Nginx and GeoIP on a VPS

This guide explains how to compile Nginx with the GeoIP module, install MaxMind's GeoIP library and database, configure the system linker, and set up Nginx directives to redirect traffic from selected countries to custom pages on a single VPS.

GeoIPIP blockingNginx
0 likes · 5 min read
How to Block Specific Country IPs with Nginx and GeoIP on a VPS