From 39b730c34f0fc1563193b3cff4839ec1cf009a8b Mon Sep 17 00:00:00 2001 From: ree <> Date: Sun, 3 Jul 2011 00:27:50 +0000 Subject: [PATCH] Added section for flashpolicyserver module extra_ports allows sysop to specify additional to-ports in response --- ctrl/modopts.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini index b83868c455..31336eed39 100644 --- a/ctrl/modopts.ini +++ b/ctrl/modopts.ini @@ -18,4 +18,10 @@ rlogin_xtrn_menu = false ; Set rlogin_auto_xtrn to true if you want your RLogin server to support direct-to-door request ; (e.g. Web Externals) - rlogin_auto_xtrn = false \ No newline at end of file + rlogin_auto_xtrn = false + +[flashpolicyserver] +; If you want to allow flash clients to connect to additional ports, add them here as a comma +; separated list (e.g. 21,25). +; NOTE: Telnet, RLogin and SSH ports are already allowed, so do not need to be listed here + extra_ports= \ No newline at end of file -- GitLab