Docs(locales): add chinese locale support (#2772)
This commit is contained in:
@ -23,7 +23,7 @@ Inbound is the component that listens on the local end. It works by opening a lo
|
||||
|
||||
### Outbound
|
||||
|
||||
Outbound is the component that connects to the remote end. Depending on the configuration, it can be a specific network interface, a proxy server, or a [proxy group](#proxy-groups).
|
||||
Outbound is the component that connects to the remote end. Depending on the configuration, it can be a specific network interface, a proxy server, or a [proxy group](./outbound#proxy-groups).
|
||||
|
||||
## Rule-based Routing
|
||||
|
||||
|
@ -368,7 +368,7 @@ The request to the same eTLD+1 will be dialed with the same proxy.
|
||||
|
||||
### select
|
||||
|
||||
The first server is by default used when Clash starts up. Users can choose the server to use with the RESTful API. In this mode, you can hardcode servers in the config or use [Proxy Providers](/configuration/outbound#proxy-providers).
|
||||
The first server is by default used when Clash starts up. Users can choose the server to use with the RESTful API. In this mode, you can hardcode servers in the config or use [Proxy Providers](#proxy-providers).
|
||||
|
||||
Either way, sometimes you might as well just route packets with a direct connection. In this case, you can use the `DIRECT` outbound.
|
||||
|
||||
|
Reference in New Issue
Block a user