@@ -290,6 +290,20 @@ def exclude_from_stock_ip_list(exclude_ip_list):
290
290
stock_ip_list = json .load (f )
291
291
else :
292
292
stock_ip_list = [
293
+ # added 2022-11-28 from tdx
294
+ {"ip" : "124.71.187.122" , "port" : 7709 , "name" : "上海双线主站14" },
295
+ {"ip" : "119.97.185.59" , "port" : 7709 , "name" : "武汉电信主站1" },
296
+ {"ip" : "47.107.64.168" , "port" : 7709 , "name" : "深圳双线主站7" },
297
+ {"ip" : "124.70.75.113" , "port" : 7709 , "name" : "北京双线主站4" },
298
+ {"ip" : "124.71.9.153" , "port" : 7709 , "name" : "广州双线主站4" },
299
+ {"ip" : "123.60.84.66" , "port" : 7709 , "name" : "上海双线主站15" },
300
+ {"ip" : "47.107.228.47" , "port" : 7719 , "name" : "深圳双线主站8" },
301
+ {"ip" : "120.46.186.223" , "port" : 7709 , "name" : "北京双线主站5" },
302
+ {"ip" : "124.70.22.210" , "port" : 7709 , "name" : "北京双线主站6" },
303
+ {"ip" : "139.9.133.247" , "port" : 7709 , "name" : "北京双线主站7" },
304
+ {"ip" : "116.205.163.254" , "port" : 7709 , "name" : "广州双线主站5" },
305
+ {"ip" : "116.205.171.132" , "port" : 7709 , "name" : "广州双线主站6" },
306
+ {"ip" : "116.205.183.150" , "port" : 7709 , "name" : "广州双线主站7" },
293
307
# added 20190222 from tdx
294
308
{"ip" : "106.120.74.86" , "port" : 7711 , "name" : "北京行情主站1" },
295
309
{"ip" : "113.105.73.88" , "port" : 7709 , "name" : "深圳行情主站" },
0 commit comments