diff options
author | Daniel Vassdal <shutter@canternet.org> | 2013-12-10 05:51:30 -0800 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-12-18 15:45:29 +0100 |
commit | 96d96c48bf5fcc1c6478f4631818e2af0ceed721 (patch) | |
tree | 5c93453746277b54d7692fdab8114310fd3ac2a3 /docs | |
parent | 140e34e44b9afb0aef9c03dc571c41ba8cbd25e4 (diff) |
Add a Flash Policy Daemon module
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 639e3e1bd..f8bb7a87d 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -736,6 +736,14 @@ #<include file="examples/filter.conf.example"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Flash Policy Daemon module: Allows Flash IRC clients (e.g. LightIRC)# +# to connect. If no file is specified, it'll serve a default policy # +# allowing all IPs to connect to all plaintext IRC ports # +#<bind address="" port="8430" type="flashpolicyd"> # +#<flashpolicyd timeout="5" file=""> # +#<module name="m_flashpolicyd.so"> # + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Gecosban: Implements extended ban r:, which stops anyone matching # a mask like +b r:*realname?here* from joining a channel. #<module name="m_gecosban.so"> |