-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCharles Settings.xml
104 lines (104 loc) · 3.29 KB
/
Charles Settings.xml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version='1.0' encoding='UTF-8' ?>
<?charles serialisation-version='2.0' ?>
<charles-export>
<proxyConfiguration>
<enableSOCKSProxy>false</enableSOCKSProxy>
<dynamicHTTPPort>false</dynamicHTTPPort>
<dynamicSOCKSPort>false</dynamicSOCKSPort>
<enableSOCKSTransparentHTTPProxying>true</enableSOCKSTransparentHTTPProxying>
<port>8888</port>
<SOCKSPort>8889</SOCKSPort>
<decryptSSL>true</decryptSSL>
<transparentProxy>false</transparentProxy>
<supportsH2>true</supportsH2>
<preferIPv6addresses>false</preferIPv6addresses>
<sslLocations>
<locationPatterns>
<locationMatch>
<location>
<host>*.tucao.*</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>*.gamer.com.tw</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>*.chinacloudsites.cn</host>
</location>
<enabled>true</enabled>
</locationMatch>
<locationMatch>
<location>
<host>*.dandanplay.net</host>
</location>
<enabled>true</enabled>
</locationMatch>
</locationPatterns>
</sslLocations>
<sslExcludeLocations>
<locationPatterns/>
</sslExcludeLocations>
<defaultSOCKSTransparentHTTPProxyPorts>true</defaultSOCKSTransparentHTTPProxyPorts>
<socksTransparentHTTPProxyPorts/>
<socksTransparentHTTPProxyPortRanges/>
<windowsConfiguration>
<useHTTP>true</useHTTP>
<useSOCKS>false</useSOCKS>
<enableAtStartup>false</enableAtStartup>
</windowsConfiguration>
<macOSXConfiguration>
<useHTTP>true</useHTTP>
<useSOCKS>false</useSOCKS>
<enableAtStartup>true</enableAtStartup>
</macOSXConfiguration>
<mozillaFirefoxConfiguration>
<useHTTP>true</useHTTP>
<useSOCKS>false</useSOCKS>
<enableAtStartup>true</enableAtStartup>
</mozillaFirefoxConfiguration>
</proxyConfiguration>
<toolConfiguration>
<configs>
<entry>
<string>Map Remote</string>
<map>
<toolEnabled>true</toolEnabled>
<mappings>
<mapMapping>
<sourceLocation>
<protocol>https</protocol>
<host>ani.gamer.com.tw</host>
</sourceLocation>
<destLocation>
<protocol>http</protocol>
<host>localhost</host>
<port>5100</port>
</destLocation>
<preserveHostHeader>false</preserveHostHeader>
<enabled>true</enabled>
</mapMapping>
<mapMapping>
<sourceLocation>
<protocol>https</protocol>
<host>cas.dandanplay.net</host>
<path>/api/bilibili/search</path>
</sourceLocation>
<destLocation>
<protocol>http</protocol>
<host>localhost</host>
<port>5100</port>
</destLocation>
<preserveHostHeader>false</preserveHostHeader>
<enabled>true</enabled>
</mapMapping>
</mappings>
</map>
</entry>
</configs>
</toolConfiguration>
</charles-export>