summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-11 22:11:42 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-11 22:11:42 +0100
commit34d410dc82e05f4255ec23a9deaff212b7903955 (patch)
tree75f70464ca07411c85f79263af5cd55867ad9993 /blabouncer.conf
parent231656bf59da65036b171ce5ccc06eeadd64a05a (diff)
Implement authentication in the form of the bouncer having a configurable server password
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 5b68918..5be29ca 100644
--- a/blabouncer.conf
+++ b/blabouncer.conf
@@ -10,3 +10,6 @@ realname = "Mr Bla Bouncer"
# How many seconds of relay log should be sent to connecting clients
relayseconds = "7200"
+
+# Connect password clients must provided to connect
+password = "bananas"