Allow synonyms for localhost
[spider.git] / src / README
1 The C client
2
3 Eventually this client will do everything that the standard C client does
4 but, for the moment, it does the following:-
5
6   * replaces client.pl on INCOMING connections for ax25 and telnet
7   * provides a LOCAL connection on a console or xterm
8
9 In order to use this client you must:-
10   
11   1. Compile it (type 'make').
12   2. Change the entries in /etc/ax25/ax25d.conf referencing client.pl
13      from:
14
15 [ether]
16 NOCALL   * * * * * *  L
17 default  * * * * * *  - spider /spider/perl/client.pl client.pl %u ax25
18
19      to:
20
21 [ether]
22 NOCALL   * * * * * *  L
23 default  * * * * * *  - spider /spider/src/client client %u ax25
24
25   3. Send ax25d a HUP signal ('killall -HUP ax25d').
26
27 Please let me know how it performs:-
28
29 Dirk Koopman (mailto:dxspider-support@dxcluster.org)
30
31 Last modified: $Id$