I would like to know how you can filter with pattern a range of ports such that only accept or numbers or numbers with two points in between and as long as it does not exceed 65535.
Example: 20 or 20:25
The only thing that has occurred to me has been this filter pattern="[0-9] {1,5}" The only thing it does is to limit numbers of no more than five figures