Skip to content
Snippets Groups Projects
Commit 6d210961 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Add README.

parent 2f8541b4
No related branches found
No related tags found
No related merge requests found
ZNC IRC Bouncer
===============
https://wiki.znc.in/ZNC
```puppet
# Adds a basic ZNC configuration
include ::irc_bouncer
# Adding this configures cyrusauth and SASL authentication, through PAM.
# Note that PAM needs to be configured separately.
include ::irc_bouncer::sasl
# Adds a basic identd instance
include ::irc_bouncer::ident
# Additional ZNC modules can be loaded through
class irc_bouncer::module { 'extra-module':
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment