diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 4ea1564..b95357d 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1572,5 +1572,23 @@ "name": "MADIBA BAY SCHOOL OF FLIGHT", "callsign": "ZUFUS", "virtual": true + }, + { + "icao": "DHS", + "name": "US Department of Homeland Security", + "callsign": "DHS", + "virtual": true + }, + { + "icao": "TROY", + "name": "US Department of Homeland Security", + "callsign": "TROY", + "virtual": false + }, + { + "icao": "FEMA", + "name": "US Federal Emergency Management Agency", + "callsign": "FEMA", + "virtual": false } ]