8 Commits

Author SHA1 Message Date
William Orr
4211570649
Ignore expired routes in netstat on macOS
When routes expire in macOS, `netstat -r` shows a trailing exclamation point to indicate this. In the current version of this code, this will set `DEF_GW_IF` to contain a `!`, causing subsequent DNS modifications on OSX to fail.

This change ignores the the `!` that can be set in this case.
2019-03-13 18:43:02 +01:00
Ivan Ilves
c285855807 Add reconnection logic to xaval 2017-07-13 07:35:26 +02:00
Ivan Ilves
46e7959ffb Remove ugly "post connect" hack 2017-04-02 17:56:03 +02:00
Ivan Ilves
f19ba3f42e 🐮 👦 Better network service detection for Mac 2017-03-08 12:29:03 +01:00
Ivan Ilves
cf7b0e5365 Set Mac DNS. ALWAYS 2017-02-20 11:44:43 +01:00
Ivan Ilves
78dcc782df Fix network service detection for MacOSX 2017-02-20 11:25:30 +01:00
Ivan Ilves
f08841b67b Reap client afterwards 2017-02-20 07:14:38 +01:00
Ivan Ilves
d7eaa7a723 MacOSX support 2017-02-17 09:27:25 +01:00