mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: moved network country code from wifi adapter to IP address based (#2375)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user