Terry Zhuo
commited on
Commit
·
90c0157
1
Parent(s):
6fc0807
update
Browse files- azure_count_ip_data.py +3 -1
azure_count_ip_data.py
CHANGED
@@ -25,7 +25,9 @@ WHITELIST_IPS_DICT = {
|
|
25 |
"Viktor Gal": ["2a02:169:3e9:0:6ce8:e76f:faed:c830"],
|
26 |
"Guangyu Song": ["70.50.179.57"],
|
27 |
"Bhupesh Bishnoi": ["2a02:842a:24:5a01:8cd6:5b22:1189:6035"],
|
28 |
-
"Zheng Liu": ["2408:8418:6390:7603:40b:555f:774:a05d"]
|
|
|
|
|
29 |
}
|
30 |
|
31 |
# Flatten IP list for backward compatibility
|
|
|
25 |
"Viktor Gal": ["2a02:169:3e9:0:6ce8:e76f:faed:c830"],
|
26 |
"Guangyu Song": ["70.50.179.57"],
|
27 |
"Bhupesh Bishnoi": ["2a02:842a:24:5a01:8cd6:5b22:1189:6035"],
|
28 |
+
"Zheng Liu": ["2408:8418:6390:7603:40b:555f:774:a05d"],
|
29 |
+
"Ming Xu": ["10.0.0.243"],
|
30 |
+
"Ayush Sunil Munot": ["10.145.76.56"]
|
31 |
}
|
32 |
|
33 |
# Flatten IP list for backward compatibility
|