Files
RUSTDESK-AP-SERVER-SUNLIX/config/proxy.go
Oganneson 0091a9dd7f Add oauth callback via proxy
Improved support for environment variables and configuration files, and standardized default behaviors
2024-10-20 17:56:11 +08:00

7 lines
114 B
Go

package config
type Proxy struct {
Enable bool `mapstructure:"enable"`
Host string `mapstructure:"host"`
}