filter smallest possible to avoid traffic from the network

This commit is contained in:
Jakob Ketterl 2019-08-18 21:41:26 +02:00
parent cf8b84925e
commit 379251d29d
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ AGWPORT off
config += """
IGSERVER {server}
IGLOGIN {callsign} {password}
IGFILTER m/1
""".format(
server=pm["aprs_igate_server"], callsign=pm["aprs_callsign"], password=pm["aprs_igate_password"]
)