fix: incorrect use of hyphen

This commit is contained in:
wwqgtxx
2026-03-10 01:45:00 +08:00
parent 3aa668c557
commit e28fe24fee
3 changed files with 4 additions and 4 deletions

View File

@@ -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"`
}