aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-08-03 10:16:13 +0000
committerOmar Polo <op@omarpolo.com>2024-08-03 10:16:13 +0000
commit9360fb1a552b13b24f0b21bfd7146460e87341e0 (patch)
tree86ce0a48b9d35d93f031c8c45cb20d863ba716a4 /README.md
parent19dc21be61edc4757bb53de4b56cb747d0b6cd2b (diff)
regress: run the proxies on a different port
Soon we may want to run (some) proxies with the proxy-protocol so we can't reuse the same port.
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 066f2b6..1f7be99 100644
--- a/README.md
+++ b/README.md
@@ -115,8 +115,8 @@ Execute
$ make regress
to start the suite. Keep in mind that the regression tests needs to
-create a few file inside the `regress` directory and bind the 10965
-port.
+create a few file inside the `regress` directory and bind the 10965 and
+10966 ports.
## Contributing