Allow regex in rules "explicit hosts" field
Currently, you can only use the fully and correctly written host name (or select it from the list).
It would be nice to support regular expressions here, so you wouldn’t have to type or select each host individually.
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
03 Nov, '25
Martin Hirschvogel AdminHighlighted comment
From the help text for explicit hosts:
Here you can enter a list of explicit host names that the rule should or should not apply to. Leave this option disabled if you want the rule to apply for all hosts specified by the given tags. The names that you enter here are compared with case sensitive exact matching. Alternatively you can use regular expressions if you enter a tilde (~) as the first character. That regular expression must match the beginning of the host names in question. You may paste a text from your clipboard which contains several parts separated by ";" characters into the last input field. The text will then be split by these separators and the single parts are added into dedicated input fields.
=> Already exists