mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 08:56:45 -05:00
[GH-ISSUE #2331] [debug]: MaxMind ASN DB path not configured, cannot perform ASN lookup #6936
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kornelius777 on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2331
Describe the Bug
Dear all,
my ./config/config.yml includes the following lines:
The file is available and readable:
Now - whenever somebody connects - I get the following line in the logs:
This puzzles me.
Example:
Is this a bug or a feature?
Environment
Pangolin Version:
1.15.1
Gerbil Version:
latest
Traefik Version:
latest
Newt Version:
1.9.0
Olm Version: (if applicable)
To Reproduce
see above
Expected Behavior
do not throw an error.
use the GeoIP Database as expected
@Lokowitz commented on GitHub (Jan 25, 2026):
Hi @Kornelius777
you are using the wrong config key.
It should be maxmind_asn_path for ASN.
maxmind_db_path ist for GEO Blocking.
See docs.
@Kornelius777 commented on GitHub (Jan 25, 2026):
D'OH. Thank you.
Things could be so easy...