;Lines starting with ';' are ignored. ; [SETUP] ;GATE_ALL_PORTS specifies the ports on which to output ;the traffic from the stations you select to have all ;their traffic gated from the internet to RF. ;Separate multiple ports with commas. E.g. 1,2,3. ; GATE_ALL_PORTS=1 ; ;MAX_DIGIS_FOR_LOCAL specifies how many digis a frame ;can pass through and the sender still be regarded as a ;local station. The default of 0 means that only ;stations heard direct are regarded as local. You can ;effectively disable the checking by putting any number ;greater than eight, because no AX25 frame should ever ;pass through more than eight digis. ; MAX_DIGIS_FOR_LOCAL=0 ; ;NOGATE - If a frame has any of the digi aliases ;specified by NOGATE in its unproto path, then a UI-View ;IGATE will not pass it to the internet servers. This ;provides a mechanism for APRS users to stop their frames ;being gated to the internet via your IGATE. ; NOGATE=NOGATE,RFONLY SHOW_INET_ENTRY_POINT_CALLSIGN=TRUE INET_ENTRY_POINT_TAG=,I [INET_TO_RF] ;In this section you can specify callsigns that will ;have all their traffic gated, callsigns that will have ;their position beacons but not messages gated, and ;callsigns that will never have any traffic gated. ;You can use '*' to mean anything, so "G4*" means any ;callsign starting with "G4". NOTE - use this feature ;with caution, or you may generate an awful lot of ;traffic on RF! ; ;Examples:- ;G4IDE=ALL means gate all traffic from G4IDE. ;G8MZX=NONE means gate no traffic from G8MZX. ;G4GZL=BEACONS means gate beacons but not messages ; from G4GZL. ;G4*=ALL means gate all traffic from callsigns ; starting with "G4". OK*=all OM*=all [INET_TO_RF_LIMITS] ;In this section you can specify limits for the number ;of frames that your system will gate from the internet ;to RF. The idea is that it will stop your system ;hogging the RF channel. ; ;You specify the maximum number of frames that will ;ever be gated in a one minute, two minute and three ;minute period. Once any of these numbers are exceeded, ;frames are discarded until the rate drops back below ;the limit. The default values allow a short term peak, ;but a lower rate over a longer period. ; ;PLEASE NOTE - The capacity of a 1200 baud RF channel ;is around 30 frames a minute (obviously it depends on ;frame length, TXD settings, etc). To gate 6 frames in ;a minute means that you are taking up around 20% of ;the channel capacity, and that's not allowing for your ;frames being digipeated! So before you increase these ;numbers, please bear in mind that many APRS experts ;would say that the defaults are too high. You should ;always try to use values that are appropriate for ;local conditions. ; ;If you wish to disable the limits, you can put a '0' ;for all three values, but PLEASE don't disable the ;limits without first thinking very carefully about ;what you are going and why you are doing it! ; ;The first three values apply to frames other than ;messages to local stations - i.e. frames that are ;gated as a result of entries in the [INET_TO_RF] ;section of this file. ; ONE_MINUTE=6 TWO_MINUTES=12 THREE_MINUTES=18 ; ;The next three values apply to messages to local ;stations. (A local station is one that your system has ;heard on RF.) These limits are really only guarding ;against abuse, and so can be more generous. LOCAL_MESSAGE_ONE_MINUTE=8 LOCAL_MESSAGE_TWO_MINUTES=12 LOCAL_MESSAGE_THREE_MINUTES=16 ;