From 34836ab2c9124e17d80bd8e8a1601398297391a8 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 12 May 2019 19:11:30 +0100 Subject: Make client port configurable and move settings structure to be initialised in main() instead of dochat(). --- blabouncer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blabouncer.conf') diff --git a/blabouncer.conf b/blabouncer.conf index 32ad54b..e5d6613 100644 --- a/blabouncer.conf +++ b/blabouncer.conf @@ -13,3 +13,6 @@ replayseconds = "7200" # Connect password clients must provided to connect password = "bananas" + +# Port the bouncer should listen on +clientport = "1234" -- cgit v1.2.3