mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-04-29 03:10:04 +00:00
feat(config): add ws-host configuration (#156)
This commit is contained in:
@@ -21,7 +21,8 @@ type Rustdesk struct {
|
||||
KeyFile string `mapstructure:"key-file"`
|
||||
Personal int `mapstructure:"personal"`
|
||||
//webclient-magic-queryonline
|
||||
WebclientMagicQueryonline int `mapstructure:"webclient-magic-queryonline"`
|
||||
WebclientMagicQueryonline int `mapstructure:"webclient-magic-queryonline"`
|
||||
WsHost string `mapstructure:"ws-host"`
|
||||
}
|
||||
|
||||
func (rd *Rustdesk) LoadKeyFile() {
|
||||
|
||||
Reference in New Issue
Block a user