From 25ddb352c3b9b33b91bf9fce2614da0fc5c78002 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 9 Sep 2015 01:43:52 +0000 Subject: [PATCH] Added hotline and json (inter-bbs) TCP ports (5500 and 10088). --- exec/load/portdefs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exec/load/portdefs.js b/exec/load/portdefs.js index 1bc0ac14a3..4a62f64289 100644 --- a/exec/load/portdefs.js +++ b/exec/load/portdefs.js @@ -39,6 +39,8 @@ standard_service_port = { "imaps": 993, "ircs": 994, "pop3s": 995, + "hotline": 5500, "irc": 6667, "http-alt": 8080, + "json": 10088, }; -- GitLab