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

@@ -35,7 +35,7 @@ type SudokuOption struct {
type SudokuHTTPMaskOptions struct {
Disable bool `inbound:"disable,omitempty"`
Mode string `inbound:"mode,omitempty"`
PathRoot string `inbound:"path_root,omitempty"`
PathRoot string `inbound:"path-root,omitempty"`
}
func (o SudokuOption) Equal(config C.InboundConfig) bool {