; Configuration file for !NVP.
;
; Some of this stuff is in CastAWote as well. It should be duplicated here.
;
; Parameters should start on column 15...
;             |
;
; OUTBOUND is 4D. Can't be changed ATM.
OUTBOUND      4D
;
; NVP (Networked Vote Protocol) is SLAVE or MASTER or NO.
NVP           Master
;
; The next bit sets up "our fido address", "MASTER fido address (if
; applicable) and where to route the netmails via.
OURFIDOADDR   2:254/86.86
MASTERADDR    2:254/86.86
ROUTEDADDR    2:254/254.0
HOSTADDR      2:254/86.1
;
;
; Where to look for the inbound packets and where to stick the outbounds.
IMPORT        <Binkley$Dir>.outbound
EXPORT        <Binkley$Dir>.outbound
; EXPORT        <Binkley$Dir>.inbound.Prot
;
; Language is what language the to operate in.
LANGUAGE      UK
;
; LogType is what type of logging you want:
;   SHORT  - Sparse logs, shows bare minimum.
;   NORMAL - The recommended log type, shows basically what happened.
;   FULL   - For debugging purposes, very verbose.
LOGTYPE       full
;
END
