feat: moved network country code from wifi adapter to IP address based (#2375)

This commit is contained in:
Serhiy Mytrovtsiy
2025-02-03 18:44:46 +01:00
parent 04993c1e6a
commit e3e149a255
3 changed files with 17 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ public struct Network_interface: Codable {
public struct Network_addr: Codable {
var v4: String? = nil
var v6: String? = nil
var countryCode: String? = nil
}
public struct Network_wifi: Codable {