summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cba74c621d..518dc9d3bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,9 @@ Line wrap the file at 100 chars. Th
uses a lot less CPU to compute the keypair, and the public key sent to the server
is drastically smaller.
+#### macOS
+- Use a local DNS resolver on the 127.0.0.0/8 network, regardless of macOS version.
+
### Fixed
#### Linux
- Fix syntax error in Apparmor profile.
@@ -35,6 +38,7 @@ Line wrap the file at 100 chars. Th
#### macOS
- Fully uninstall the app when it is removed by being dropped in the bin.
- Add grace period when best default route goes away to reduce frequency of random reconnects.
+- Fix DNS not working briefly after switching networks.
### Security
#### macOS