From 077e9391f2b80b490a3159e785a73bf8ad277dee Mon Sep 17 00:00:00 2001 From: cynic Date: Fri, 11 Oct 2024 17:16:05 -0400 Subject: [PATCH] fix config example for asn list --- data/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config.php b/data/config.php index 4de9992..f64268e 100644 --- a/data/config.php +++ b/data/config.php @@ -48,7 +48,7 @@ class config{ // the ASNs that should be allowed const ASN_WHITELIST_LIST = [ //example: - //["1337"] + //"1337" ]; // the whois server to hit up const WHOIS_SERVER = "whois.cymru.com";