diff --git a/pkg/visor/visorconfig/services.go b/pkg/visor/visorconfig/services.go index d49f122a79..e007adca7d 100644 --- a/pkg/visor/visorconfig/services.go +++ b/pkg/visor/visorconfig/services.go @@ -65,4 +65,5 @@ type Services struct { ServiceDiscovery string `json:"service_discovery"` StunServers []string `json:"stun_servers"` DNSServer string `json:"dns_server"` + WhitelistedPKs []string `json:"whitelisted_pks"` }