@@ -163,7 +163,7 @@ SSH into the VM and follow the instructions below to install and configure Shado
163163Create a custom Sandbox template that uses the shadowsocks client to tunnel TCP traffic through the proxy server we set up above.
164164
165165<Tabs >
166- <Tab title = " Local Proxy " >
166+ <Tab title = " Local proxy " >
167167 Route only designated traffic through the proxy.
168168
169169 1 . Create a configuration file for the shadowsocks client:
@@ -268,7 +268,7 @@ Create a custom Sandbox template that uses the shadowsocks client to tunnel TCP
268268 ```
269269 </CodeGroup >
270270 </Tab >
271- <Tab title = " Transparent Proxy " >
271+ <Tab title = " Transparent proxy " >
272272 Route all traffic through the proxy.
273273
274274 1 . Create a configuration file for the shadowsocks client:
@@ -400,7 +400,7 @@ Create a custom Sandbox template that uses the shadowsocks client to tunnel TCP
400400Create a new Sandbox from the built template and run a curl command to verify that the traffic is routed through the proxy:
401401
402402<Tabs >
403- <Tab title = " Local Proxy " >
403+ <Tab title = " Local proxy " >
404404 Only designated traffic should be routed through the proxy.
405405
406406 <CodeGroup >
@@ -440,7 +440,7 @@ Create a new Sandbox from the built template and run a curl command to verify th
440440 You should see the IP address of the proxy server.
441441 </Tab >
442442
443- <Tab title = " Transparent Proxy " >
443+ <Tab title = " Transparent proxy " >
444444 All traffic should be routed through the proxy.
445445
446446 <CodeGroup >
0 commit comments