Adding things.

This commit is contained in:
Matt Burchett
2018-11-30 14:20:43 -06:00
parent 6702518916
commit 0b5df4f058
5 changed files with 60 additions and 5 deletions

View File

@ -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.