Allow changing config after init

This commit is contained in:
Mikhail Churbanov 2018-07-24 22:49:54 +03:00
parent fb4e8171a9
commit 8c63550f98
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public protocol ProxyResolverDelegate: class {
public final class ProxyResolver {
private let config: ProxyResolverConfig
public var config: ProxyResolverConfig
public weak var delegate: ProxyResolverDelegate?