Skip to content

Commit fb548b7

Browse files
committed
闲的
1 parent 83c5f44 commit fb548b7

File tree

1 file changed

+61
-5
lines changed

1 file changed

+61
-5
lines changed

src/proxy/connection.py

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,67 @@
1818

1919

2020
CERT_PROFILES = [
21-
{'country': 'JP', 'state': 'Tokyo', 'city': 'Shibuya', 'org': 'Interceptor Ltd', 'cn': 'Local Proxy Root'},
22-
{'country': 'TW', 'state': 'Taiwan', 'city': 'Taipei', 'org': 'Secure Gateway', 'cn': 'Gateway CA'},
23-
{'country': 'DE', 'state': 'Hessen', 'city': 'Frankfurt', 'org': 'Network Services', 'cn': 'Network CA'},
24-
{'country': 'NL', 'state': 'Noord-Holland', 'city': 'Amsterdam', 'org': 'Privacy Tools', 'cn': 'Privacy CA Root'},
25-
{'country': 'SG', 'state': 'Singapore', 'city': 'Singapore', 'org': 'Cloud Proxy', 'cn': 'Cloud CA'},
21+
# --- Taiwan (15 entries) ---
22+
{'country': 'TW', 'state': 'Taipei', 'city': 'Xinyi District', 'org': 'Chunghwa Telecom', 'cn': 'HiNet CA'},
23+
{'country': 'TW', 'state': 'Taipei', 'city': 'Da-an District', 'org': 'National Taiwan University', 'cn': 'NTU Root CA'},
24+
{'country': 'TW', 'state': 'New Taipei', 'city': 'Banqiao', 'org': 'Far EasTone', 'cn': 'FET Network CA'},
25+
{'country': 'TW', 'state': 'Hsinchu', 'city': 'Hsinchu Science Park', 'org': 'TSMC IT Services', 'cn': 'Fab Network Root'},
26+
{'country': 'TW', 'state': 'Hsinchu', 'city': 'Zhubei', 'org': 'MediaTek Internal', 'cn': 'MTK Secure CA'},
27+
{'country': 'TW', 'state': 'Taichung', 'city': 'Xitun', 'org': 'Taichung City Gov', 'cn': 'Taichung Smart City CA'},
28+
{'country': 'TW', 'state': 'Tainan', 'city': 'East District', 'org': 'NCKU Network', 'cn': 'NCKU Academic CA'},
29+
{'country': 'TW', 'state': 'Kaohsiung', 'city': 'Zuoying', 'org': 'Kaohsiung Rapid Transit', 'cn': 'KRT Secure Net'},
30+
{'country': 'TW', 'state': 'Kaohsiung', 'city': 'Qianzhen', 'org': 'China Steel Corp', 'cn': 'CSC Enterprise CA'},
31+
{'country': 'TW', 'state': 'Taoyuan', 'city': 'Dayuan', 'org': 'Taoyuan Airport', 'cn': 'TPE Airport Free WiFi'},
32+
{'country': 'TW', 'state': 'Keelung', 'city': 'Ren-ai', 'org': 'Keelung Harbor', 'cn': 'Port Authority CA'},
33+
{'country': 'TW', 'state': 'Yilan', 'city': 'Yilan City', 'org': 'Lanyang Network', 'cn': 'Yilan County CA'},
34+
{'country': 'TW', 'state': 'Hualien', 'city': 'Hualien City', 'org': 'Tzu Chi Foundation', 'cn': 'TC Foundation Root'},
35+
{'country': 'TW', 'state': 'Taitung', 'city': 'Taitung City', 'org': 'Taitung Univ', 'cn': 'NTTU Campus CA'},
36+
{'country': 'TW', 'state': 'Penghu', 'city': 'Magong', 'org': 'Penghu Telecom', 'cn': 'Islands Connect CA'},
37+
38+
# --- USA (10 entries) ---
39+
{'country': 'US', 'state': 'California', 'city': 'Mountain View', 'org': 'Alphabet Inc', 'cn': 'Google Internal CA'},
40+
{'country': 'US', 'state': 'California', 'city': 'Cupertino', 'org': 'Apple Inc', 'cn': 'Apple Engineering CA'},
41+
{'country': 'US', 'state': 'Washington', 'city': 'Redmond', 'org': 'Microsoft Corp', 'cn': 'MSFT Corporate Root'},
42+
{'country': 'US', 'state': 'Washington', 'city': 'Seattle', 'org': 'Amazon Web Services', 'cn': 'AWS Internal Root'},
43+
{'country': 'US', 'state': 'New York', 'city': 'New York', 'org': 'JPMorgan Chase', 'cn': 'JPMC Secure Net'},
44+
{'country': 'US', 'state': 'Massachusetts', 'city': 'Cambridge', 'org': 'MIT CSAIL', 'cn': 'MIT Research CA'},
45+
{'country': 'US', 'state': 'Texas', 'city': 'Austin', 'org': 'Tesla Motors', 'cn': 'Tesla Factory Net'},
46+
{'country': 'US', 'state': 'Illinois', 'city': 'Chicago', 'org': 'Boeing', 'cn': 'Boeing Enterprise CA'},
47+
{'country': 'US', 'state': 'California', 'city': 'San Francisco', 'org': 'OpenAI', 'cn': 'OAI Research Root'},
48+
{'country': 'US', 'state': 'California', 'city': 'Menlo Park', 'org': 'Meta Platforms', 'cn': 'Meta Corporate CA'},
49+
50+
# --- Japan (8 entries) ---
51+
{'country': 'JP', 'state': 'Tokyo', 'city': 'Chiyoda', 'org': 'Hitachi Ltd', 'cn': 'Hitachi Group CA'},
52+
{'country': 'JP', 'state': 'Tokyo', 'city': 'Minato', 'org': 'Sony Corporation', 'cn': 'Sony Global Root'},
53+
{'country': 'JP', 'state': 'Tokyo', 'city': 'Shibuya', 'org': 'LINE Corp', 'cn': 'LINE Internal CA'},
54+
{'country': 'JP', 'state': 'Osaka', 'city': 'Kadoma', 'org': 'Panasonic', 'cn': 'Panasonic Net'},
55+
{'country': 'JP', 'state': 'Aichi', 'city': 'Toyota', 'org': 'Toyota Motor', 'cn': 'Toyota Global CA'},
56+
{'country': 'JP', 'state': 'Kyoto', 'city': 'Kyoto', 'org': 'Nintendo Co Ltd', 'cn': 'Nintendo Dev Net'},
57+
{'country': 'JP', 'state': 'Tokyo', 'city': 'Ota', 'org': 'Canon Inc', 'cn': 'Canon Enterprise CA'},
58+
{'country': 'JP', 'state': 'Fukuoka', 'city': 'Fukuoka', 'org': 'SoftBank Corp', 'cn': 'SoftBank Internal'},
59+
60+
# --- Europe (10 entries) ---
61+
{'country': 'GB', 'state': 'London', 'city': 'London', 'org': 'DeepMind Technologies', 'cn': 'DeepMind Research CA'},
62+
{'country': 'GB', 'state': 'London', 'city': 'Westminster', 'org': 'BBC', 'cn': 'BBC Internal Root'},
63+
{'country': 'DE', 'state': 'Bavaria', 'city': 'Munich', 'org': 'Siemens AG', 'cn': 'Siemens Corporate CA'},
64+
{'country': 'DE', 'state': 'Hessen', 'city': 'Frankfurt', 'org': 'Deutsche Bank', 'cn': 'DB Secure Net'},
65+
{'country': 'DE', 'state': 'Berlin', 'city': 'Berlin', 'org': 'SAP SE', 'cn': 'SAP Global Root'},
66+
{'country': 'FR', 'state': 'Ile-de-France', 'city': 'Paris', 'org': 'Dassault Systemes', 'cn': 'Dassault Internal'},
67+
{'country': 'FR', 'state': 'Ile-de-France', 'city': 'Issy-les-Moulineaux', 'org': 'Orange SA', 'cn': 'Orange Network CA'},
68+
{'country': 'NL', 'state': 'North Holland', 'city': 'Amsterdam', 'org': 'Booking.com', 'cn': 'Booking Corporate CA'},
69+
{'country': 'NL', 'state': 'Eindhoven', 'city': 'Eindhoven', 'org': 'ASML', 'cn': 'ASML Engineering CA'},
70+
{'country': 'SE', 'state': 'Stockholm', 'city': 'Stockholm', 'org': 'Spotify AB', 'cn': 'Spotify Internal'},
71+
72+
# --- Other Asia/Pacific (9 entries) ---
73+
{'country': 'SG', 'state': 'Singapore', 'city': 'Singapore', 'org': 'Singtel', 'cn': 'Singtel OnePass'},
74+
{'country': 'SG', 'state': 'Singapore', 'city': 'Singapore', 'org': 'DBS Bank', 'cn': 'DBS Secure Access'},
75+
{'country': 'KR', 'state': 'Seoul', 'city': 'Seocho', 'org': 'Samsung Electronics', 'cn': 'Samsung Global CA'},
76+
{'country': 'KR', 'state': 'Seoul', 'city': 'Songpa', 'org': 'Lotte Corp', 'cn': 'Lotte Group Root'},
77+
{'country': 'KR', 'state': 'Gyeonggi', 'city': 'Seongnam', 'org': 'Naver Corp', 'cn': 'Naver Service CA'},
78+
{'country': 'AU', 'state': 'New South Wales', 'city': 'Sydney', 'org': 'Atlassian', 'cn': 'Atlassian Corp CA'},
79+
{'country': 'AU', 'state': 'Victoria', 'city': 'Melbourne', 'org': 'Telstra', 'cn': 'Telstra Network Root'},
80+
{'country': 'IN', 'state': 'Karnataka', 'city': 'Bangalore', 'org': 'Infosys', 'cn': 'Infosys Limited CA'},
81+
{'country': 'IN', 'state': 'Maharashtra', 'city': 'Mumbai', 'org': 'Tata Consultancy', 'cn': 'TCS Global Root'},
2682
]
2783

2884

0 commit comments

Comments
 (0)