diff options
| author | zousar <[email protected]> | 2023-10-11 14:02:34 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2023-10-11 14:02:34 -0600 |
| commit | e0b1035b679e0d88c34bea5b79cdd1230295308e (patch) | |
| tree | 6facc9c80553c3c510ceb1a5ecf0d484819127a7 /README.md | |
| parent | added explicit implementation of IoHash equals operator (#464) (diff) | |
| download | zen-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |