mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Merge pull request #1209 from atriwidada/minor_fix
Make example explanation consistent with regex - take #2
This commit is contained in:
commit
06ffffbbe1
2 changed files with 2 additions and 2 deletions
|
@ -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': []},
|
||||
|
|
|
@ -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><html><head/><body><p>You can specify multiple ports using regular expressions:</p><p>- 53, 80 or 443:</p><p>^(53|80|443)$</p><p><br/></p><p>- 53, 443 or 5551, 5552, 5553, etc:</p><p>^(53|443|555[0-9])$</p></body></html></string>
|
||||
<string><html><head/><body><p>You can specify multiple ports using regular expressions:</p><p>- 53, 80 or 443:</p><p>^(53|80|443)$</p><p><br/></p><p>- 53, 443 or 5550 to 5559, etc:</p><p>^(53|443|555[0-9])$</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue