Merge pull request #1209 from atriwidada/minor_fix

Make example explanation consistent with regex - take #2
This commit is contained in:
Gustavo Iñiguez Goia 2024-10-23 00:51:55 +02:00 committed by GitHub
commit 06ffffbbe1
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -261,7 +261,7 @@ For example when:
- "quota until 10/mbytes" -> apply the Action defined (ACCEPT)
The value must be in the format: VALUE/UNITS, for example:
- 10mbytes, 1/gbytes, etc
- 10/mbytes, 1/gbytes, etc
"""),
'keys': [
{'key': Fw.ExprQuota.OVER.value, 'values': []},

View file

@ -629,7 +629,7 @@ Note: Commas or spaces are not allowed to separate IPs or networks.</string>
<bool>false</bool>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You can specify multiple ports using regular expressions:&lt;/p&gt;&lt;p&gt;- 53, 80 or 443:&lt;/p&gt;&lt;p&gt;^(53|80|443)$&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;- 53, 443 or 5551, 5552, 5553, etc:&lt;/p&gt;&lt;p&gt;^(53|443|555[0-9])$&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You can specify multiple ports using regular expressions:&lt;/p&gt;&lt;p&gt;- 53, 80 or 443:&lt;/p&gt;&lt;p&gt;^(53|80|443)$&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;- 53, 443 or 5550 to 5559, etc:&lt;/p&gt;&lt;p&gt;^(53|443|555[0-9])$&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>