Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/config/proxies/ss.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Protocol version for UDP over TCP. Default: `1`. Available values: `1`/`2`.

### plugin

Plugin. Supports `obfs`/`v2ray-plugin`/`gost-plugin`/`shadow-tls`/`restls`/`kcptun`.
Plugin. Supports `obfs`/`v2ray-plugin`/`gost-plugin`/`shadow-tls`/`restls`/`kcptun`/`jls`.

### plugin-opts

Expand Down Expand Up @@ -183,3 +183,14 @@ Plugin settings.
streambuf: 2097152 # per stream receive buffer in bytes, smux v2+
keepalive: 10 # seconds between heartbeats
```

=== "jls"
```{.yaml linenums="1"}
plugin: jls
client-fingerprint: chrome
plugin-opts:
host: "www.example.com"
username: "jls-user"
password: "jls-password"
# alpn: [h2, http/1.1]
```
13 changes: 12 additions & 1 deletion docs/config/proxies/ss.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ UDP over TCP 的协议版本,默认 1。可选值 1/2。

### plugin

插件,支持 `obfs`/`v2ray-plugin`/`gost-plugin`/`shadow-tls`/`restls`/`kcptun`
插件,支持 `obfs`/`v2ray-plugin`/`gost-plugin`/`shadow-tls`/`restls`/`kcptun`/`jls`

### plugin-opts

Expand Down Expand Up @@ -185,3 +185,14 @@ UDP over TCP 的协议版本,默认 1。可选值 1/2。
streambuf: 2097152 # per stream receive buffer in bytes, smux v2+
keepalive: 10 # seconds between heartbeats
```

=== "jls"
```{.yaml linenums="1"}
plugin: jls
client-fingerprint: chrome
plugin-opts:
host: "www.example.com"
username: "jls-user"
password: "jls-password"
# alpn: [h2, http/1.1]
```
13 changes: 12 additions & 1 deletion docs/config/proxies/ss.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ proxies:

### plugin

Плагин, поддерживает `obfs`/`v2ray-plugin`/`gost-plugin`/`shadow-tls`/`restls`/`kcptun`
Плагин, поддерживает `obfs`/`v2ray-plugin`/`gost-plugin`/`shadow-tls`/`restls`/`kcptun`/`jls`

### plugin-opts

Expand Down Expand Up @@ -183,3 +183,14 @@ proxies:
streambuf: 2097152 # per stream receive buffer in bytes, smux v2+
keepalive: 10 # seconds between heartbeats
```

=== "jls"
```{.yaml linenums="1"}
plugin: jls
client-fingerprint: chrome
plugin-opts:
host: "www.example.com"
username: "jls-user"
password: "jls-password"
# alpn: [h2, http/1.1]
```