File: iauth.conf.example

package info (click to toggle)
ircd-irc2 2.11.1p1%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,920 kB
  • ctags: 3,075
  • sloc: ansic: 36,365; sh: 3,245; makefile: 372
file content (47 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Default iauth configuration file
#
# $Id: iauth.conf.example,v 1.4 2004/09/21 15:40:38 chopin Exp $
#

# Important note: there must be one tab only before modules options.
# Otherwise iauth will be dieing continously. Make sure to check your
# changes with iauth -c iauth.conf.

# 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

# Modules below this keyword will work in delayed execution mode.
# This means client will be allowed to enter irc and if any module below
# decides it shouldn't have, this client will be removed.
#delayed

# Check and reject open SOCKS proxies
module socks
	port = 1080
	option = reject,paranoid
#	reason = Denied access (insecure proxy found)

#module socks
#	port = 559
#	option = reject,paranoid
#	reason = Denied access (insecure proxy found)

# Check and reject HTTP CONNECT proxies on port 8080
module webproxy
	port = 8080
	option = reject
#	reason = Denied access (insecure proxy found)

# Check and reject HTTP CONNECT proxies on port 3128
#module webproxy
#	port = 3128
#	option = reject,careful
#	reason = Denied access (insecure proxy found)