From 34d410dc82e05f4255ec23a9deaff212b7903955 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 11 May 2019 22:11:42 +0100 Subject: Implement authentication in the form of the bouncer having a configurable server password --- blabouncer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blabouncer.conf') 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" -- cgit v1.2.3