mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 06:03:34 +03:00
fix: missing sniffhost field in RESTful API
This commit is contained in:
parent
3fd3d83029
commit
a991bf9045
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ type Metadata struct {
|
|||
SpecialRules string `json:"specialRules"`
|
||||
RemoteDst string `json:"remoteDestination"`
|
||||
// Only domain rule
|
||||
SniffHost string
|
||||
SniffHost string `json:"sniffHost"`
|
||||
}
|
||||
|
||||
func (m *Metadata) RemoteAddress() string {
|
||||
|
|
Loading…
Add table
Reference in a new issue