Correct mistakes

更正几处书写错误:
regexp -> regex
regext -> regex
This commit is contained in:
Zzqqbs 2020-01-17 13:48:57 +08:00
parent ba8ef9cc83
commit a5d3433f39
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Syntax:
* Keyword begins with `keyword:`, followed by a string.
* Regular expression begins with `regex:`, followed by a valid regular expression (per Golang's standard).
* Full domain begins with `full:`, followed by a domain.
* Domains (including `domain`, `keyword`, `regext` and `full`) may have one or more attributes. Each attribute begins with `@` and followed by the name of the attribute.
* Domains (including `domain`, `keyword`, `regex` and `full`) may have one or more attributes. Each attribute begins with `@` and followed by the name of the attribute.
## How it works

View File

@ -1 +1 @@
regexp:^speed\.(coe|open)\.ad\.[a-z]{2,6}\.prod\.hosts\.ooklaserver\.net$ @ads
regex:^speed\.(coe|open)\.ad\.[a-z]{2,6}\.prod\.hosts\.ooklaserver\.net$ @ads