Add documentation for set_system_proxy

This commit is contained in:
世界 2022-07-14 14:29:28 +08:00
parent 238afda9da
commit de2db7c2d2
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 22 additions and 2 deletions

View file

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

View file

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