diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 22:11:42 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 22:11:42 +0100 |
commit | 34d410dc82e05f4255ec23a9deaff212b7903955 (patch) | |
tree | 75f70464ca07411c85f79263af5cd55867ad9993 /blabouncer.conf | |
parent | 231656bf59da65036b171ce5ccc06eeadd64a05a (diff) |
Implement authentication in the form of the bouncer having a configurable server password
Diffstat (limited to 'blabouncer.conf')
-rw-r--r-- | blabouncer.conf | 3 |
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" |