File tree 10 files changed +74
-2
lines changed
10 files changed +74
-2
lines changed Original file line number Diff line number Diff line change 1
1
package constant
2
2
3
3
var (
4
- Version = "1.0-beta2 "
4
+ Version = "1.0-beta3 "
5
5
Commit = ""
6
6
)
Original file line number Diff line number Diff line change
1
+ #### 1.0-beta3
2
+
3
+ * Add [ chained inbound] ( /configuration/shared/listen#detour ) support
4
+ * Add process_path rule item
5
+ * Add macOS redirect support
6
+ * Add ShadowTLS [ Inbound] ( /configuration/inbound/shadowtls ) , [ Outbound] ( /configuration/outbound/shadowtls ) and [ Examples] ( /examples/shadowtls )
7
+ * Fix search android package in non-owner users
8
+ * Fix socksaddr type condition
9
+ * Fix smux session status
10
+ * Refactor inbound and outbound documentation
11
+ * Minor fixes
12
+
1
13
#### 1.0-beta2
2
14
3
15
* Add strict_route option for [ Tun inbound] ( /configuration/inbound/tun#strict_route )
111
123
112
124
No changelog before.
113
125
114
- [ #9 ] : https://github.com/SagerNet/sing-box/pull/9
126
+ [ #9 ] : https://github.com/SagerNet/sing-box/pull/9
Original file line number Diff line number Diff line change 61
61
"process_name" : [
62
62
" curl"
63
63
],
64
+ "process_path" : [
65
+ " /usr/bin/curl"
66
+ ],
64
67
"package_name" : [
65
68
" com.termux"
66
69
],
@@ -177,6 +180,14 @@ Match port range.
177
180
178
181
Match process name.
179
182
183
+ #### process_path
184
+
185
+ !!! error ""
186
+
187
+ Only supported on Linux, Windows, and macOS.
188
+
189
+ Match process path.
190
+
180
191
#### package_name
181
192
182
193
Match android package name.
Original file line number Diff line number Diff line change 60
60
"process_name" : [
61
61
" curl"
62
62
],
63
+ "process_path" : [
64
+ " /usr/bin/curl"
65
+ ],
63
66
"package_name" : [
64
67
" com.termux"
65
68
],
176
179
177
180
匹配进程名称。
178
181
182
+ #### process_path
183
+
184
+ !!! error ""
185
+
186
+ 仅支持 Linux、Windows 和 macOS.
187
+
188
+ 匹配进程路径。
189
+
179
190
#### package_name
180
191
181
192
匹配 Android 应用包名。
Original file line number Diff line number Diff line change
1
+ !!! error ""
2
+
3
+ Only supported on Linux and macOS.
4
+
1
5
### Structure
2
6
3
7
``` json
Original file line number Diff line number Diff line change
1
+ !!! error ""
2
+
3
+ 仅支持 Linux 和 macOS。
4
+
1
5
### 结构
2
6
3
7
``` json
Original file line number Diff line number Diff line change
1
+ !!! error ""
2
+
3
+ Only supported on Linux.
4
+
1
5
### Structure
2
6
3
7
``` json
Original file line number Diff line number Diff line change
1
+ !!! error ""
2
+
3
+ 仅支持 Linux。
4
+
1
5
### 结构
2
6
3
7
``` json
Original file line number Diff line number Diff line change 68
68
"process_name" : [
69
69
" curl"
70
70
],
71
+ "process_path" : [
72
+ " /usr/bin/curl"
73
+ ],
71
74
"package_name" : [
72
75
" com.termux"
73
76
],
@@ -188,6 +191,14 @@ Match port range.
188
191
189
192
Match process name.
190
193
194
+ #### process_path
195
+
196
+ !!! error ""
197
+
198
+ Only supported on Linux, Windows, and macOS.
199
+
200
+ Match process path.
201
+
191
202
#### package_name
192
203
193
204
Match android package name.
Original file line number Diff line number Diff line change 66
66
"process_name" : [
67
67
" curl"
68
68
],
69
+ "process_path" : [
70
+ " /usr/bin/curl"
71
+ ],
69
72
"package_name" : [
70
73
" com.termux"
71
74
],
186
189
187
190
匹配进程名称。
188
191
192
+ #### process_path
193
+
194
+ !!! error ""
195
+
196
+ 仅支持 Linux、Windows 和 macOS.
197
+
198
+ 匹配进程路径。
199
+
189
200
#### package_name
190
201
191
202
匹配 Android 应用包名。
You can’t perform that action at this time.
0 commit comments