Subversion Repositories vgwhois

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 daniel-mar 1
If you want to operate a whois proxy,
2
you can use the super server (X)InetD.
3
 
4
 
5
To add vgwhois to xinetd,
6
create /etc/xinetd.d/vgwhois with following contents:
7
	service whois
8
	{
9
	        socket_type     = stream
10
	        wait            = no
11
	        user            = root
12
	        server          = /usr/bin/vgwhois
13
	        disable         = no
14
	}
15
 
16
 
17
To add vgwhois to inetd (inetd is outdated though)
18
	update-inetd --add 'whois         stream  tcp     nowait  nobody  /daten/vwhois/trunk/main/vgwhois vgwhois'
19
and to remove:
20
	update-inetd --pattern vgwhois --remove whois