aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzousar <[email protected]>2023-10-11 14:02:34 -0600
committerzousar <[email protected]>2023-10-11 14:02:34 -0600
commite0b1035b679e0d88c34bea5b79cdd1230295308e (patch)
tree6facc9c80553c3c510ceb1a5ecf0d484819127a7 /README.md
parentadded explicit implementation of IoHash equals operator (#464) (diff)
downloadzen-e0b1035b679e0d88c34bea5b79cdd1230295308e.tar.xz
zen-e0b1035b679e0d88c34bea5b79cdd1230295308e.zip
Change default port to 8558
Changes the default port without altering config for shared instances.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 32f4fa42f..208e9a2cc 100644
--- a/README.md
+++ b/README.md
@@ -249,8 +249,8 @@ 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` (enable for a specific user)
+`netsh http add urlacl url=http://*:8558/ 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)
+`netsh http add urlacl url=http://*:8558/ sddl=D:(A;;GX;;;S-1-1-0)` (enable for any authenticated user)