luci-app-xinetd: update redirect help

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2023-01-23 08:37:28 +01:00
parent 0d4aa0fc89
commit 2925a8bfbe

View file

@ -133,7 +133,7 @@ return view.extend({
o.rmempty = false; o.rmempty = false;
o.modalonly = true; o.modalonly = true;
o = s.taboption('basic', form.Value, 'redirect', _('Redirect'), _('Redirect incoming requests to this IP address:port.')); o = s.taboption('basic', form.Value, 'redirect', _('Redirect'), _('Redirect incoming TCP requests to this IP address:port.'));
o.datatype = 'ipaddrport(1)'; o.datatype = 'ipaddrport(1)';
o.modalonly = true; o.modalonly = true;