clean ziti; configurable proxy identities

This commit is contained in:
Michael Quigley
2022-08-10 11:56:00 -04:00
parent c63cafbf51
commit 6b47936b29
3 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,7 @@ type EndpointConfig struct {
type ProxyConfig struct {
UrlTemplate string
Identities []string
}
func LoadConfig(path string) (*Config, error) {