Adding things.
This commit is contained in:
@ -12,6 +12,8 @@ type Config struct {
|
||||
Resolver string `json:"resolver"`
|
||||
ResolverPort int `json:"resolverPort"`
|
||||
Domains []string `json:"domains"`
|
||||
JumpHost string `json:"jumpHost"`
|
||||
SplitString string `json:"splitString"`
|
||||
}
|
||||
|
||||
//GetConfig gets the configuration values for the api using the file in the supplied configPath.
|
||||
|
Reference in New Issue
Block a user