forked from InternetHealthReport/internet-yellow-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.example
101 lines (93 loc) · 3.05 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"cache": {
"directory": "tmp/",
"duration_in_days": 6
},
"peeringdb": {
"apikey": ""
},
"cloudflare":{
"apikey": "",
"userid": "",
"authemail": "",
"authkey": ""
},
"email": {
"email_address": "",
"smtp_server": "",
"smtp_port": "",
"username": "",
"password": ""
},
"pch": {
"parallel_downloads": 8,
"parallel_parsers": 40
},
"openintel": {
"access_key": "",
"secret_key": ""
},
"ooni": {
"username": "",
"password": ""
},
"iyp": {
"crawlers": [
"iyp.crawlers.ripe.as_names",
"iyp.crawlers.bgptools.as_names",
"iyp.crawlers.apnic.eyeball",
"iyp.crawlers.caida.asrank",
"iyp.crawlers.ihr.country_dependency",
"iyp.crawlers.bgpkit.pfx2asn",
"iyp.crawlers.bgpkit.as2rel_v4",
"iyp.crawlers.bgpkit.as2rel_v6",
"iyp.crawlers.bgpkit.peerstats",
"iyp.crawlers.nro.delegated_stats",
"iyp.crawlers.ripe.roa",
"iyp.crawlers.ihr.local_hegemony_v4",
"iyp.crawlers.ihr.local_hegemony_v6",
"iyp.crawlers.ihr.rov",
"iyp.crawlers.bgptools.tags",
"iyp.crawlers.bgptools.anycast_prefixes",
"iyp.crawlers.virginiatech.rovista",
"iyp.crawlers.stanford.asdb",
"iyp.crawlers.peeringdb.org",
"iyp.crawlers.peeringdb.fac",
"iyp.crawlers.peeringdb.ix",
"iyp.crawlers.caida.ixs",
"iyp.crawlers.caida.ix_asns",
"iyp.crawlers.cloudflare.top100",
"iyp.crawlers.tranco.top1m",
"iyp.crawlers.openintel.tranco1m",
"iyp.crawlers.openintel.umbrella1m",
"iyp.crawlers.openintel.infra_ns",
"iyp.crawlers.cisco.umbrella_top1m",
"iyp.crawlers.citizenlab.urldb",
"iyp.crawlers.inetintel.as_org",
"iyp.crawlers.pch.daily_routing_snapshots_v4",
"iyp.crawlers.pch.daily_routing_snapshots_v6",
"iyp.crawlers.emileaben.as_names",
"iyp.crawlers.ripe.atlas_probes",
"iyp.crawlers.ripe.atlas_measurements",
"iyp.crawlers.alice_lg.amsix",
"iyp.crawlers.alice_lg.bcix",
"iyp.crawlers.alice_lg.decix",
"iyp.crawlers.alice_lg.ixbr",
"iyp.crawlers.alice_lg.linx",
"iyp.crawlers.alice_lg.megaport",
"iyp.crawlers.alice_lg.netnod",
"iyp.crawlers.worldbank.country_pop",
"iyp.crawlers.simulamet.rirdata_rdns",
"iyp.crawlers.openintel.dnsgraph_nl",
"iyp.crawlers.openintel.dnsgraph_rdns",
"iyp.crawlers.cloudflare.dns_top_locations",
"iyp.crawlers.cloudflare.dns_top_ases"
],
"post": [
"iyp.post.ip2prefix",
"iyp.post.address_family",
"iyp.post.country_information",
"iyp.post.url2hostname"
]
}
}