Browse Source

Add documentation for set_system_proxy

世界 3 years ago
parent
commit
de2db7c2d2
2 changed files with 22 additions and 2 deletions
  1. 11 1
      docs/configuration/inbound/http.md
  2. 11 1
      docs/configuration/inbound/mixed.md

+ 11 - 1
docs/configuration/inbound/http.md

@@ -21,7 +21,9 @@
           "username": "admin",
           "password": "admin"
         }
-      ]
+      ],
+      
+      "set_system_proxy": false
     }
   ]
 }
@@ -67,6 +69,14 @@ If set, the requested domain name will be resolved to IP before routing.
 
 If `sniff_override_destination` is in effect, its value will be taken as a fallback.
 
+#### set_system_proxy
+
+!!! error ""
+
+    Windows only
+
+Automatically set system proxy configuration when start and clean up when stop.
+
 ### HTTP Fields
 
 #### users

+ 11 - 1
docs/configuration/inbound/mixed.md

@@ -21,7 +21,9 @@
           "username": "admin",
           "password": "admin"
         }
-      ]
+      ],
+      
+      "set_system_proxy": false
     }
   ]
 }
@@ -67,6 +69,14 @@ If set, the requested domain name will be resolved to IP before routing.
 
 If `sniff_override_destination` is in effect, its value will be taken as a fallback.
 
+#### set_system_proxy
+
+!!! error ""
+
+    Windows only
+
+Automatically set system proxy configuration when start and clean up when stop.
+
 ### Mixed Fields
 
 #### users