Fix parsing query in http path

This commit is contained in:
世界
2023-04-12 15:14:55 +08:00
parent 84bd997742
commit 62bcf22c26
9 changed files with 43 additions and 17 deletions

View File

@@ -11,6 +11,8 @@
"server_port": 1080,
"username": "sekai",
"password": "admin",
"path": "",
"headers": {},
"tls": {},
... // Dial Fields
@@ -39,6 +41,14 @@ Basic authorization username.
Basic authorization password.
#### path
Path of HTTP request.
#### headers
Extra headers of HTTP request.
#### tls
TLS configuration, see [TLS](/configuration/shared/tls/#outbound).