diff options
| author | Stefan Boberg <[email protected]> | 2022-02-02 11:45:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-02 11:45:35 +0100 |
| commit | 01f0e44d0d443e27fdf60095a82be1f313a6e2a1 (patch) | |
| tree | 71273e3a1ce73f1a10ca81367be255f937eaf592 | |
| parent | Update README.md (diff) | |
| download | zen-01f0e44d0d443e27fdf60095a82be1f313a6e2a1.tar.xz zen-01f0e44d0d443e27fdf60095a82be1f313a6e2a1.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -200,7 +200,11 @@ The tests are implemented using [doctest](https://github.com/onqtam/doctest), wh Registering a handler for an HTTP endpoint requires either process elevation (i.e running Zen as admin) or a one-time URL reservation. An URL reservation can be added by issuing a command like -`netsh http add urlacl url=http://*:1337/ user=stefan.boberg` +`netsh http add urlacl url=http://*:1337/ user=stefan.boberg` (enable for a specific user) + +or + +`netsh http add urlacl url=http://*:1337/ sddl=D:(A;;GX;;;S-1-1-0)` (enable for any authenticated user) # Coding Standards |