forked from lolcat/4get
fix config example for asn list
This commit is contained in:
parent
815223b9dc
commit
077e9391f2
|
@ -48,7 +48,7 @@ class config{
|
||||||
// the ASNs that should be allowed
|
// the ASNs that should be allowed
|
||||||
const ASN_WHITELIST_LIST = [
|
const ASN_WHITELIST_LIST = [
|
||||||
//example:
|
//example:
|
||||||
//["1337"]
|
//"1337"
|
||||||
];
|
];
|
||||||
// the whois server to hit up
|
// the whois server to hit up
|
||||||
const WHOIS_SERVER = "whois.cymru.com";
|
const WHOIS_SERVER = "whois.cymru.com";
|
||||||
|
|
Loading…
Reference in New Issue