diff --git a/README.md b/README.md index c5df999e..6756da21 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ Sandboxie Plus has a modern Qt-based UI, which supports all new features that ha * Protections of sandboxes against the host, including the prevention of taking screenshots * A trigger system to perform actions, when a sandbox goes through different stages, like initialization, box start, termination or file recovery * Make a process not sandboxed, but its child processes sandboxed + * Sandboxing as a unit of control to force programs to automatically use the SOCKS5 proxy + * DNS resolution control with sandboxing as control granularity + * Limit the number of processes in the sandbox and the total amount of memory space they can occupy, and you can limit the total number of sandboxed processes each box + * A completely different token creation mechanism from Sandboxie's pre-open-source version, making sandboxes more independent in the system + * Encrypted Sandbox - AES based reliable data storage solution More features can be spotted by finding the sign `=` through the shortcut key Ctrl+F in the [CHANGELOG.md](./CHANGELOG.md) file.