forked from lolcat/4get
1
0
Fork 0

fix config example for asn list

This commit is contained in:
cynic 2024-10-11 17:16:05 -04:00
parent 815223b9dc
commit 077e9391f2
1 changed files with 1 additions and 1 deletions

View File

@ -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";