23
edits
No edit summary |
|||
| Line 22: | Line 22: | ||
* The wildcard character '''*''' (asterisk) will match any valid sequence of characters. | * The wildcard character '''*''' (asterisk) will match any valid sequence of characters. | ||
** Wildcards may only appear as an entire level of a TLD. That is, they must be surrounded by dots (or implicit dots, at the beginning of a line). | ** Wildcards may only appear as an entire level of a TLD. That is, they must be surrounded by dots (or implicit dots, at the beginning of a line). | ||
* An exclamation mark ('''!''') at the start of a rule marks an | * An exclamation mark ('''!''') at the start of a rule marks an exception to a previous wildcard rule. An exception rule will be used instead of any other matching rule. | ||
* True TLDs, i.e. domains with no dots, are never needed in the list, but they may be included for completeness. | * True TLDs, i.e. domains with no dots, are never needed in the list, but they may be included for completeness. | ||
edits