diff options
| author | Stefan Boberg <[email protected]> | 2023-11-29 11:13:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-29 11:13:00 +0100 |
| commit | 2efdc9fac56cbdbb4168fafd4bfbb7226d61dfab (patch) | |
| tree | 3b54f618fdaabc1437b6f421bc3a97d5b899e20e /README.md | |
| parent | close thread pool + parallel CasImpl::Initialize (#576) (diff) | |
| download | zen-2efdc9fac56cbdbb4168fafd4bfbb7226d61dfab.tar.xz zen-2efdc9fac56cbdbb4168fafd4bfbb7226d61dfab.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -220,11 +220,6 @@ xmake build * The implementation currently depends only on a few libraries including the C++ standard library * It uses exceptions for certain types of unexpected error conditions -* `zenservice.exe` currently requires elevated access to enable `http.sys` access. This will be relaxed - in the future by offering to use a portable server interface without elevation -* The service endpoints are currently open on all NICs and will respond to requests from any host. This - will be tightened up in the future to require some degree of authentication to satisfy security - requirements # Contributing Code |