From b6861f903100345cf4ef83595a58f0c81655423a Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 22 Dec 2025 10:10:26 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- self-host/advanced/enable-asnblocking.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-host/advanced/enable-asnblocking.mdx b/self-host/advanced/enable-asnblocking.mdx index bd832d9..0593413 100644 --- a/self-host/advanced/enable-asnblocking.mdx +++ b/self-host/advanced/enable-asnblocking.mdx @@ -50,7 +50,7 @@ Then run the installer again: ```yaml server: - maxmind_asn_db_path: "./config/GeoLite2-ASN.mmdb" + maxmind_asn_path: "./config/GeoLite2-ASN.mmdb" ```