aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f0af7a6d..1571e95d9 100644
--- a/README.md
+++ b/README.md
@@ -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