diff options
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cad4a8f37..46a22cdc87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added - CLI command `relay update` that triggers an update of the relay list in the daemon. +- Add extra level of kill-switch called "block when disconnected". Blocks all network traffic even + in the disconnected state. Not activated by default and can be changed via the CLI subcommand + `block-when-disconnected`. #### macOS - Detect if the computer is offline. If so, don't sit in a reconnect loop, instead block and show |
