mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall: update help text for port ranges; closes #2378
This commit is contained in:
parent
553d16ee18
commit
c620fde139
@ -38,7 +38,7 @@
|
||||
<id>rule.src_port</id>
|
||||
<label>src-port</label>
|
||||
<type>text</type>
|
||||
<help>source port number or well known name (imap,imaps, http,https,...)</help>
|
||||
<help>Source port number or well known name (imap, imaps, http, https, ...), for ranges use a dash</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>rule.destination</id>
|
||||
@ -56,7 +56,7 @@
|
||||
<id>rule.dst_port</id>
|
||||
<label>dst-port</label>
|
||||
<type>text</type>
|
||||
<help>destination port number or well known name (imap,imaps, http,https,...)</help>
|
||||
<help>Destination port number or well known name (imap, imaps, http, https, ...), for ranges use a dash</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>rule.direction</id>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user