mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 01:53:14 +08:00
Fix: patch config field
This commit is contained in:
parent
532ec88964
commit
3f6c707aa9
@ -23,7 +23,7 @@ func configRouter() http.Handler {
|
||||
|
||||
type configSchema struct {
|
||||
Port *int `json:"port"`
|
||||
SocksPort *int `json:"socket-port"`
|
||||
SocksPort *int `json:"socks-port"`
|
||||
RedirPort *int `json:"redir-port"`
|
||||
AllowLan *bool `json:"allow-lan"`
|
||||
Mode *T.Mode `json:"mode"`
|
||||
|
Loading…
Reference in New Issue
Block a user