显示客户端IP的详细信息
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
306 B

const list = {
'天津市河东区 /河北区联通': '天津市联通',
'北京市 广东盈世计算机科技有限公司联通节点': '北京市联通',
'江苏省南京市 驿站网吧(鼓楼区山西路虎啸花园后门)': '江苏省南京市',
}
module.exports.init = () => {
return list
}