From 4fd2f0674498a86bf388060a725b92e66beaa6ec Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 14 Mar 2024 15:41:39 -0300 Subject: Makefile: Use TCP port 6001 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3