diff options
| -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 |