Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Aug 31, 2022
1 parent 5813e0c commit f5f5cb0
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constant/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package constant

var (
Version = "1.0-beta2"
Version = "1.0-beta3"
Commit = ""
)
14 changes: 13 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 1.0-beta3

* Add [chained inbound](/configuration/shared/listen#detour) support
* Add process_path rule item
* Add macOS redirect support
* Add ShadowTLS [Inbound](/configuration/inbound/shadowtls), [Outbound](/configuration/outbound/shadowtls) and [Examples](/examples/shadowtls)
* Fix search android package in non-owner users
* Fix socksaddr type condition
* Fix smux session status
* Refactor inbound and outbound documentation
* Minor fixes

#### 1.0-beta2

* Add strict_route option for [Tun inbound](/configuration/inbound/tun#strict_route)
Expand Down Expand Up @@ -111,4 +123,4 @@

No changelog before.

[#9]: https://github.com/SagerNet/sing-box/pull/9
[#9]: https://github.com/SagerNet/sing-box/pull/9
11 changes: 11 additions & 0 deletions docs/configuration/dns/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"process_name": [
"curl"
],
"process_path": [
"/usr/bin/curl"
],
"package_name": [
"com.termux"
],
Expand Down Expand Up @@ -177,6 +180,14 @@ Match port range.

Match process name.

#### process_path

!!! error ""

Only supported on Linux, Windows, and macOS.

Match process path.

#### package_name

Match android package name.
Expand Down
11 changes: 11 additions & 0 deletions docs/configuration/dns/rule.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"process_name": [
"curl"
],
"process_path": [
"/usr/bin/curl"
],
"package_name": [
"com.termux"
],
Expand Down Expand Up @@ -176,6 +179,14 @@

匹配进程名称。

#### process_path

!!! error ""

仅支持 Linux、Windows 和 macOS.

匹配进程路径。

#### package_name

匹配 Android 应用包名。
Expand Down
4 changes: 4 additions & 0 deletions docs/configuration/inbound/redirect.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
!!! error ""

Only supported on Linux and macOS.

### Structure

```json
Expand Down
4 changes: 4 additions & 0 deletions docs/configuration/inbound/redirect.zh.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
!!! error ""

仅支持 Linux 和 macOS。

### 结构

```json
Expand Down
4 changes: 4 additions & 0 deletions docs/configuration/inbound/tproxy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
!!! error ""

Only supported on Linux.

### Structure

```json
Expand Down
4 changes: 4 additions & 0 deletions docs/configuration/inbound/tproxy.zh.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
!!! error ""

仅支持 Linux。

### 结构

```json
Expand Down
11 changes: 11 additions & 0 deletions docs/configuration/route/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
"process_name": [
"curl"
],
"process_path": [
"/usr/bin/curl"
],
"package_name": [
"com.termux"
],
Expand Down Expand Up @@ -188,6 +191,14 @@ Match port range.

Match process name.

#### process_path

!!! error ""

Only supported on Linux, Windows, and macOS.

Match process path.

#### package_name

Match android package name.
Expand Down
11 changes: 11 additions & 0 deletions docs/configuration/route/rule.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"process_name": [
"curl"
],
"process_path": [
"/usr/bin/curl"
],
"package_name": [
"com.termux"
],
Expand Down Expand Up @@ -186,6 +189,14 @@

匹配进程名称。

#### process_path

!!! error ""

仅支持 Linux、Windows 和 macOS.

匹配进程路径。

#### package_name

匹配 Android 应用包名。
Expand Down

0 comments on commit f5f5cb0

Please sign in to comment.