luci-app-xinetd: update redirect help
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
0d4aa0fc89
commit
2925a8bfbe
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ return view.extend({
|
|||
o.rmempty = false;
|
||||
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.modalonly = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue