travisladuke fb6af1971b Fix network DNS on macOS
It stopped working for ipv4 only networks in Monterey.
See 

We add some config like so to System Configuration

```
scutil
show State:/Network/Service/9bee8941b5xxxxxx/IPv4
<dictionary> {
  Addresses : <array> {
    0 : 10.2.1.36
  }
  InterfaceName : feth4823
  Router : 10.2.1.36
  ServerAddress : 127.0.0.1
}

```
2023-07-27 14:26:36 -07:00
..
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2023-05-25 11:21:35 -07:00
2023-05-25 11:21:35 -07:00
2016-12-27 11:57:05 +01:00
2020-08-20 12:51:39 -07:00
2023-05-25 11:21:35 -07:00
2023-05-25 11:21:35 -07:00
2020-11-16 11:11:52 -08:00
2023-07-27 14:26:36 -07:00
2023-07-27 14:26:36 -07:00
2023-07-27 14:26:36 -07:00
2023-05-25 11:21:35 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2023-05-03 13:43:45 -07:00
2023-05-03 13:43:45 -07:00
2020-08-20 12:51:39 -07:00
2015-03-31 14:12:33 -07:00
2020-08-12 09:16:18 -07:00
2020-08-11 18:55:42 -07:00

OS-Dependent and OS-Interface Things

This folder contains stuff that interfaces with the base operating system like Phy for network access and the various OS-specific Ethernet tap drivers.