diff options
-rw-r--r-- | json/services.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/json/services.json b/json/services.json index 4c3c6a5..0113ab7 100644 --- a/json/services.json +++ b/json/services.json @@ -8,6 +8,10 @@ "bacula-sd": { "proto": "tcp", "port": 9103 }, "bgp": { "proto": "tcp", "port": 179 }, "dhcp": { "proto": "udp", "port": [ 67, 68 ] }, + "discard": [ + { "proto": "udp", "port": 9 }, + { "proto": "tcp", "port": 9 } + ], "dns": [ { "proto": "udp", "port": 53 }, { "proto": "tcp", "port": 53 } |