From 628edceba5f1485ef7c4ef30fba93b4c0c0dd955 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 10 Apr 2001 01:57:46 +0000 Subject: Initial revision --- ax25mond/ax25mond.conf.5 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ax25mond/ax25mond.conf.5 (limited to 'ax25mond/ax25mond.conf.5') diff --git a/ax25mond/ax25mond.conf.5 b/ax25mond/ax25mond.conf.5 new file mode 100644 index 0000000..66d343e --- /dev/null +++ b/ax25mond/ax25mond.conf.5 @@ -0,0 +1,30 @@ +.TH AX25MOND.CONF 5 "30 January 1999" Linux "Linux Programmer's Manual" +.SH NAME +ax25mond.conf \- Specify the sockets which ax25mond will provide. +.SH DESCRIPTION +.LP +The +.B ax25mond.conf +file specifies the internet- and unix-sockets which ax25mond(8) +will provide. Example: +.LP +# Create an internet socket on port 1234 where all the +.br +# AX.25 traffic will be transmitted +.br +rxtx *:1234 +.br +# Create an unix socket where only the received AX.25 +.br +# traffic will be transmitted +.br +rx unix:/var/spool/ax25/monitor +.br +.LP +You may specify up to 5 sockets (definable in ax25mond.c) and ax25mond +will accept up to 50 connects (also definable in ax25mond.c). +.SH FILES +.LP +/etc/ax25/ax25mond.conf +.SH "SEE ALSO" +.BR ax25mond (8). -- cgit v1.2.3