-
Notifications
You must be signed in to change notification settings - Fork 0
/
Clash-Tun.html
261 lines (111 loc) · 20 KB
/
Clash-Tun.html
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Chrome, Firefox OS and Opera Status Bar Color -->
<meta name="theme-color" content="#FFFFFF">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.19.0/themes/prism.min.css">
<link rel="stylesheet" type="text/css" href="css/SourceSansPro.css">
<link rel="stylesheet" type="text/css" href="css/theme.css">
<link rel="stylesheet" type="text/css" href="css/notablog.css">
<link rel="stylesheet" type="text/css" href="css/CustomSetting.css">
<!-- Favicon -->
<link rel="shortcut icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🥥</text></svg>">
<style>
:root {
font-size: 20px;
}
</style>
<title>Clash Tun 共享网络 | 413’s Website</title>
<meta property="og:type" content="blog">
<meta property="og:title" content="Clash Tun 共享网络">
<meta name="description" content="Clash Tun 共享网络代理信息">
<meta property="og:description" content="Clash Tun 共享网络代理信息">
<style>
.DateTagBar {
margin-top: 1.0rem;
}
</style>
</head>
<body>
<nav class="Navbar">
<a href="index.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🥥</text></svg>"></span>
<span>Home</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="blog-collection.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🥅</text></svg>"></span>
<span>blog mark</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="Note.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🎶</text></svg>"></span>
<span>Note</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="reference.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>😷</text></svg>"></span>
<span>杂项</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="About.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>😀</text></svg>"></span>
<span>About</span>
</div>
</a>
</nav>
<header class="Header">
<div class="Header__Spacer Header__Spacer--NoCover">
</div>
<h1 class="Header__Title">Clash Tun 共享网络</h1>
<div class="DateTagBar">
<span class="DateTagBar__Item DateTagBar__Date">Posted on Sat, Apr 13, 2024</span>
<span class="DateTagBar__Item DateTagBar__Tag DateTagBar__Tag--purple">
<a href="tag/环境.html">环境</a>
</span>
</div>
</header>
<div id="content-html"></div>
<article id="https://www.notion.so/fe8665bfcdaf4100b54407e8f57e4722" class="PageRoot PageRoot--FullWidth"><div id="https://www.notion.so/6fba33d811e640948acfa762429bca64" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">本篇记录关于配置Clash-Tun的不太容易理解的点</span></span></p></div><ul id="https://www.notion.so/5f4d2c58fc754be994ed18aa2838f952" class="ColorfulBlock ColorfulBlock--ColorGray TableOfContents"><li class="TableOfContents__Item"><a href="#https://www.notion.so/cafccb348a9344b79af54a99ebb2868b"><div style="margin-left:0px"><span class="SemanticStringArray"><span class="SemanticString">配置防火墙</span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/9d3932a20c3d401a817de1b1e5cc2755"><div style="margin-left:0px"><span class="SemanticStringArray"><span class="SemanticString">配置防火墙</span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/a3f6505842c142a39d8c62662d18001a"><div style="margin-left:0px"><span class="SemanticStringArray"><span class="SemanticString">Clash 配置</span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/df1826be95084277b09d7191bbd272b7"><div style="margin-left:0px"><span class="SemanticStringArray"><span class="SemanticString">网卡配置</span></span></div></a></li><li class="TableOfContents__Item"><a href="#https://www.notion.so/eeadf77eb9c54a48acbcf2cdd6ebbae1"><div style="margin-left:0px"><span class="SemanticStringArray"><span class="SemanticString">小结</span></span></div></a></li></ul><h3 id="https://www.notion.so/cafccb348a9344b79af54a99ebb2868b" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/cafccb348a9344b79af54a99ebb2868b"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">配置防火墙</span></span></h3><h3 id="https://www.notion.so/9d3932a20c3d401a817de1b1e5cc2755" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/9d3932a20c3d401a817de1b1e5cc2755"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">配置防火墙</span></span></h3><div id="https://www.notion.so/1e09c38f3ba1436bb1d05182c731b940" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">配置相关的代理软件</span></span></p></div><div id="https://www.notion.so/a6eb9e1620744e09bbc7f328136c9339" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2Fd7a233c5-004b-4efd-8b92-f21f8e4c82c3%2FUntitled.png?width=624&table=block&id=a6eb9e16-2074-4e09-bbc7-f328136c9339"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2Fd7a233c5-004b-4efd-8b92-f21f8e4c82c3%2FUntitled.png?width=624&table=block&id=a6eb9e16-2074-4e09-bbc7-f328136c9339" style="width:624px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/992660d00ae5493d83186c19e2accb4b" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">这一步是配置防火墙</span></span></p></div><div id="https://www.notion.so/e449d03ea33b42a0a30c29352f666b33" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F6c9ec68e-ac6a-472f-84a7-f9d2da12c286%2FUntitled.png?width=672&table=block&id=e449d03e-a33b-42a0-a30c-29352f666b33"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F6c9ec68e-ac6a-472f-84a7-f9d2da12c286%2FUntitled.png?width=672&table=block&id=e449d03e-a33b-42a0-a30c-29352f666b33" style="width:672px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/6d437d123858488db1dcb7004ab9294f" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">勾选网络用到的种类</span></span></p></div><div id="https://www.notion.so/276799c6135c45fb8b2f21b6bb06c5fc" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F71e61063-a9e8-4b7a-adb2-03353856980d%2FUntitled.png?width=672&table=block&id=276799c6-135c-45fb-8b2f-21b6bb06c5fc"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F71e61063-a9e8-4b7a-adb2-03353856980d%2FUntitled.png?width=672&table=block&id=276799c6-135c-45fb-8b2f-21b6bb06c5fc" style="width:672px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/60a0c56d6c834256b0d81e9af279b9f3" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><h3 id="https://www.notion.so/a3f6505842c142a39d8c62662d18001a" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/a3f6505842c142a39d8c62662d18001a"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">Clash 配置</span></span></h3><div id="https://www.notion.so/a82ca24eb9c64072989139b8117ca7cd" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2Fb2c2f5f7-db95-45c0-829d-d48e89a963bf%2FUntitled.png?width=672&table=block&id=a82ca24e-b9c6-4072-9891-39b8117ca7cd"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2Fb2c2f5f7-db95-45c0-829d-d48e89a963bf%2FUntitled.png?width=672&table=block&id=a82ca24e-b9c6-4072-9891-39b8117ca7cd" style="width:672px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/3030cd89d6a44204bdd10fb5b9dd0ca1" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><h3 id="https://www.notion.so/df1826be95084277b09d7191bbd272b7" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/df1826be95084277b09d7191bbd272b7"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">网卡配置</span></span></h3><div id="https://www.notion.so/52d25ed3603d44ba8e36d80ef6d7b0e9" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">控制面板-网络共享-更改网卡配置</span></span></p></div><div id="https://www.notion.so/f311eb8a6835450ab79b04ce56142c9b" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F6cc29020-68cf-491d-9009-722a2da5eb5b%2FUntitled.png?width=720&table=block&id=f311eb8a-6835-450a-b79b-04ce56142c9b"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F6cc29020-68cf-491d-9009-722a2da5eb5b%2FUntitled.png?width=720&table=block&id=f311eb8a-6835-450a-b79b-04ce56142c9b" style="width:720px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/d20c74c076ef4817a61b1dfe167ca5be" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/14fe9bce36b4488892c0bb0e8f049879" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">接下来的是关于你想共享的网卡,一般为热点,如果找不到,可以开关一下你的热点,然后可以确定你要用的那个热点网络</span></span></p></div><div id="https://www.notion.so/050ebfda25d142baadf99a942354b69c" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F7d0d7f05-e58e-4462-8697-b4c718048340%2FUntitled.png?width=720&table=block&id=050ebfda-25d1-42ba-adf9-9a942354b69c"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F7d0d7f05-e58e-4462-8697-b4c718048340%2FUntitled.png?width=720&table=block&id=050ebfda-25d1-42ba-adf9-9a942354b69c" style="width:720px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/cc064023fc2b4ea48ec253933e77bb95" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/e4c317b33baa4899a14b8f9227cbec2f" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F9288d8e1-aa37-4fb0-8406-0a45c368e151%2FUntitled.png?width=720&table=block&id=e4c317b3-3baa-4899-a14b-8f9227cbec2f"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F9288d8e1-aa37-4fb0-8406-0a45c368e151%2FUntitled.png?width=720&table=block&id=e4c317b3-3baa-4899-a14b-8f9227cbec2f" style="width:720px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/fa8eb1d1a5c04931b219e6e4d8687354" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/5049b45a67444cec9b9cc3fc2516f816" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F28d9f8e3-02cd-453c-9eb8-0598f370411f%2FUntitled.png?width=720&table=block&id=5049b45a-6744-4cec-9b9c-c3fc2516f816"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F28d9f8e3-02cd-453c-9eb8-0598f370411f%2FUntitled.png?width=720&table=block&id=5049b45a-6744-4cec-9b9c-c3fc2516f816" style="width:720px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><div id="https://www.notion.so/abb2a05b46274471a35736ca166ee015" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/dcc7d3c3e0a84706b9d2f8e9bb2a13d6" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F96a38dbf-459b-472b-8803-8bf88aafee13%2FUntitled.png?width=720&table=block&id=dcc7d3c3-e0a8-4706-b9d2-f8e9bb2a13d6"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F64aa22e9-0197-4842-9162-b3bb3494db5f%2F96a38dbf-459b-472b-8803-8bf88aafee13%2FUntitled.png?width=720&table=block&id=dcc7d3c3-e0a8-4706-b9d2-f8e9bb2a13d6" style="width:720px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div><h3 id="https://www.notion.so/eeadf77eb9c54a48acbcf2cdd6ebbae1" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/eeadf77eb9c54a48acbcf2cdd6ebbae1"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">小结</span></span></h3><div id="https://www.notion.so/0722edabc9724f14a9899a717d29ee37" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">目前这种方式还存在bug比如共享Wi-Fi 可能连接不上,需要很麻烦的配置。不过我用这个Tun 模式仅仅是为了Arc 浏览器。</span></span></p></div></article>
<aside class="Aside">
<a href="#content-html"><div id="up">👆</div></a>
<a href="#message-board"><div id="down">👇</div></a>
</aside>
<div id="message-board"></div>
<script src="https://utteranc.es/client.js"
repo="syx-413/syx-413.github.io"
issue-term="pathname"
theme="boxy-light"
crossorigin="anonymous"
async>
</script>
<footer class="Footer">
<div>
© 413’s Website 2020~2024
</div>
<div>
·
</div>
<div>
Powered by
<a href="https://github.com/syx-413" target="_blank" rel="noopener noreferrer"> notablog</a>.
</div>
</footer>
</body>
</html>