mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
clean ziti; configurable proxy identities
This commit is contained in:
@ -19,6 +19,7 @@ type EndpointConfig struct {
|
||||
|
||||
type ProxyConfig struct {
|
||||
UrlTemplate string
|
||||
Identities []string
|
||||
}
|
||||
|
||||
func LoadConfig(path string) (*Config, error) {
|
||||
|
Reference in New Issue
Block a user