fix proxy

This commit is contained in:
overtake 2022-01-04 20:20:30 +04:00
parent 5702b6d122
commit 00640cbe95

View file

@ -66,6 +66,7 @@ public struct ProxyServerSettings: Codable, Equatable, Hashable {
public func hash(into hasher: inout Hasher) {
hasher.combine(self.host)
hasher.combine(self.port)
hasher.combine(self.connection)
}
}