diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-05-25 20:09:04 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-05-25 20:09:04 +0200 |
commit | 4440a86cfa359b8e40a484a2cd46d33db5455d8a (patch) | |
tree | f5c0c59aebf0058ae97e7ef8b5fb8017f459a05a /support/iauth.conf | |
download | ircd-4440a86cfa359b8e40a484a2cd46d33db5455d8a.tar.gz |
Initial
Diffstat (limited to 'support/iauth.conf')
-rw-r--r-- | support/iauth.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/support/iauth.conf b/support/iauth.conf new file mode 100644 index 0000000..c86c379 --- /dev/null +++ b/support/iauth.conf @@ -0,0 +1,18 @@ +# +# Default iauth configuration file +# +# $Id: iauth.conf,v 1.2 1999/07/04 22:15:43 kalt Exp $ +# + +# If iauth timeouts, then reject user +notimeout +# This makes the IRC server require that iauth performs the authentication +# in order for a new user connection to be accepted +required + +# Perform ident lookups +module rfc931 + +# Check and reject open SOCKS proxies +#module socks +# option = reject,paranoid |