Browse Source

documentation: Fix uid range example

世界 10 months ago
parent
commit
3a94e792a2
2 changed files with 4 additions and 4 deletions
  1. 2 2
      docs/configuration/inbound/tun.md
  2. 2 2
      docs/configuration/inbound/tun.zh.md

+ 2 - 2
docs/configuration/inbound/tun.md

@@ -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,

+ 2 - 2
docs/configuration/inbound/tun.zh.md

@@ -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,