-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (40 loc) · 1.44 KB
/
config.json
File metadata and controls
41 lines (40 loc) · 1.44 KB
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
{
"dataSrc": "data/qqwry.dat",
"savePath": "out/qqwry.bin",
"progressFile":"out/progress.txt",
"noHandleRec":"out/nohandle.txt",
"cn":"data/cn.txt",
"merge":{
"out":"out/out.db",
"mode":"county",
"splitFile": 50000,
"desc":"city|county|areaANDisp",
"template":"`insert into TIPdb (sip,eip,sVal,eVal,country,country_id,region,region_id,city,city_id,county,county_id,isp,isp_id) VALUES('${loc.sip}','${loc.eip}','${loc.sVal}','${loc.eVal}','${loc.country}','${loc.country_id}','${loc.region}','${loc.region_id}','${loc.city}','${loc.city_id}','${loc.county}','${loc.county_id}','${loc.isp}','${loc.isp_id}')`"
},
"noChina":"data/GeoLite2-City-Locations-zh-CN.csv",
"off" : [ 0, 1 ],
"freq" :8000,
"progressDis" : 1,
"isp":{
"电信":100017,
"铁通":100020,
"中移铁通":100020,
"移动":100025,
"联通":100026,
"天威宽带":100076,
"中华电信":100088,
"中华电信(HiNet)数据中心":100088,
"新竹市中华电信(HiNet)":100088,
"阿里巴巴":100098,
"阿里云":100098,
"科技网":1000114,
"中国科技网":1000114,
"鹏博士互联节点":1000143,
"鹏博士":1000143,
"长城宽带互联节点":1000143,
"新网":1000179,
"新网IDC机房":1000179,
"重庆广电":1000324,
"广电网":1000324
}
}