;
; Fido/FidoNet default routing statements for the
; amateur FidoNet network.
;
PickUp All			;always pickup mail

;
; Default WorldWide FidoNet routing for Fido/FidoNets
; in Zone 1. (See note below if you are not in zone 1.)
;
begin
    Zone 2 ZoneGate 1:1/2
    Zone 3 ZoneGate 1:1/3
    Zone 4 ZoneGate 1:1/4
    Zone 5 ZoneGate 1:1/5
;   Zone 6 ZoneGate 1:1/6
end
;
; Add more zone gate statements as Zones are added to
; the nodelist.
;
; You will need to customize this file if you are not 
; in Zone 1. There is an example to use if you are in 
; Zone 2; if you are in another zone you should create 
; the right one, using these as an example. 
;
; The formula is:
;
; Zonegate node for your zone is:
;
; 	my-zone:my-zone/destination-zone
;
; Use these ONLY if you are in Zone 2.
;
; begin
; Zone 1 ZoneGate 2:2/1
; Zone 3 ZoneGate 2:2/3
; Zone 4 ZoneGate 2:2/4
; Zone 5 ZoneGate 2:2/5
; end

