Files
ASN-and-FQDN-IP-Collector/config.json
2026-02-02 11:02:32 +03:00

19 lines
302 B
JSON

{
"asns": [
62014,
62041,
59930,
44907,
211157,
11917
],
"fqdns": [
"api.whatsapp.com",
"web.whatsapp.com",
"faq.whatsapp.com"
],
"schedule": {
"asn": "*/15 * * * *",
"fqdn": "0 3 * * *"
}
}