Use this file to discover all available pages before exploring further.
Try free on Pangolin Cloud
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
Pangolin uses an ASN database to map request IP addresses to autonomous systems, such as cloud providers, residential ISPs, VPN providers, and corporate networks. That ASN data powers ASN access rules and ASN blocking patterns.To enable ASN lookup features in Pangolin self-hosted, download the MaxMind ASN database, place it in the config/ directory, and point Pangolin at the database file. This can be done for free.
Remember to keep the ASN database updated regularly, as ASN assignments and network mappings can change over time. You can just repeat the download and extraction steps periodically to ensure your database is current.
Download and extract the GeoLite2 ASN database using the following commands:
# Download the GeoLite2 ASN databasecurl -L -o GeoLite2-ASN.tar.gz https://github.com/GitSquared/node-geolite2-redist/raw/refs/heads/master/redist/GeoLite2-ASN.tar.gz# Extract the databasetar -xzf GeoLite2-ASN.tar.gz# Move the .mmdb file to the config directorymv GeoLite2-ASN_*/GeoLite2-ASN.mmdb config/# Clean up the downloaded filesrm -rf GeoLite2-ASN.tar.gz GeoLite2-ASN_*
2
Update the Pangolin config file
Update your Pangolin configuration to point to the new ASN database file. Edit config/config.yml to include the following entry: