summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-12 19:11:30 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-12 19:11:30 +0100
commit34836ab2c9124e17d80bd8e8a1601398297391a8 (patch)
tree3079a0db3bc95c105c04b7730ef0d4c2c4af29c4 /blabouncer.conf
parent62fe87f6052dc28e38f2edc940b2002ede087277 (diff)
Make client port configurable and move settings structure to be initialised in main() instead of dochat().
Diffstat (limited to 'blabouncer.conf')
-rw-r--r--blabouncer.conf3
1 files changed, 3 insertions, 0 deletions
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"