Merge pull request #34 from fifieldt/ignore-atak-forwarder
Add 257 ATAK_FORWARDER to ignored packet types
This commit is contained in:
@ -816,6 +816,8 @@ client.on("message", async (topic, message) => {
|
|||||||
|| portnum === 65 // ignore STORE_FORWARD_APP
|
|| portnum === 65 // ignore STORE_FORWARD_APP
|
||||||
|| portnum === 66 // ignore RANGE_TEST_APP
|
|| portnum === 66 // ignore RANGE_TEST_APP
|
||||||
|| portnum === 72 // ignore ATAK_PLUGIN
|
|| portnum === 72 // ignore ATAK_PLUGIN
|
||||||
|
|| portnum === 257 // ignore ATAK_FORWARDER
|
||||||
|
|| portnum > 511 // ignore above MAX
|
||||||
){
|
){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user