aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-02-02 11:45:35 +0100
committerGitHub <[email protected]>2022-02-02 11:45:35 +0100
commit01f0e44d0d443e27fdf60095a82be1f313a6e2a1 (patch)
tree71273e3a1ce73f1a10ca81367be255f937eaf592
parentUpdate README.md (diff)
downloadzen-01f0e44d0d443e27fdf60095a82be1f313a6e2a1.tar.xz
zen-01f0e44d0d443e27fdf60095a82be1f313a6e2a1.zip
Update README.md
-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