mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-10 18:29:58 +00:00
fix: incorrect use of hyphen
This commit is contained in:
@@ -54,7 +54,7 @@ type SudokuHTTPMaskOptions struct {
|
||||
Mode string `proxy:"mode,omitempty"`
|
||||
TLS bool `proxy:"tls,omitempty"`
|
||||
Host string `proxy:"host,omitempty"`
|
||||
PathRoot string `proxy:"path_root,omitempty"`
|
||||
PathRoot string `proxy:"path-root,omitempty"`
|
||||
Multiplex string `proxy:"multiplex,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user