aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--json/services.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/json/services.json b/json/services.json
index 902e1d2..ff1e82b 100644
--- a/json/services.json
+++ b/json/services.json
@@ -17,7 +17,10 @@
],
"irc": { "proto": "tcp", "port": 6667 },
"ntp": { "proto": "udp", "port": 123 },
- "ping": { "proto": "icmp", "type": 8 },
+ "ping": [
+ { "proto": "icmp", "type": 8 },
+ { "proto": "icmpv6", "type": 128 }
+ ],
"sip": { "proto": "udp", "port": 5060 },
"smtp": { "proto": "tcp", "port": 25 },
"snmp": { "proto": "udp", "port": 161 },