mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-12-27 02:45:41 +08:00
documentation: Fix uid range example
This commit is contained in:
parent
9f69f41f68
commit
3a94e792a2
|
@ -110,13 +110,13 @@ icon: material/new-box
|
|||
0
|
||||
],
|
||||
"include_uid_range": [
|
||||
"1000-99999"
|
||||
"1000:99999"
|
||||
],
|
||||
"exclude_uid": [
|
||||
1000
|
||||
],
|
||||
"exclude_uid_range": [
|
||||
"1000-99999"
|
||||
"1000:99999"
|
||||
],
|
||||
"include_android_user": [
|
||||
0,
|
||||
|
|
|
@ -110,13 +110,13 @@ icon: material/new-box
|
|||
0
|
||||
],
|
||||
"include_uid_range": [
|
||||
"1000-99999"
|
||||
"1000:99999"
|
||||
],
|
||||
"exclude_uid": [
|
||||
1000
|
||||
],
|
||||
"exclude_uid_range": [
|
||||
"1000-99999"
|
||||
"1000:99999"
|
||||
],
|
||||
"include_android_user": [
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user