providerConfiguration
A dictionary containing vendor-specific configuration parameters for a proxy provider.
Declaration
var providerConfiguration: [String : Any]? { get set }Discussion
This dictionary is passed as-is through the options parameter when the framework starts a DNS proxy by calling the proxy’s startProxy(options:completionHandler:) function.