summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c7ce1a..1870773 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ run-proxy: all
lighttpd -Df tests/lighttpd.conf
run-binder: all
- socat tcp-listen:1234,fork,reuseaddr unix:lighttpd.socket
+ socat tcp-listen:6001,fork,reuseaddr unix:lighttpd.socket
## Run the web and IRC server locally.
run: all