1
0
Fork 0

Correct mistakes

更正几处书写错误:
regexp -> regex
regext -> regex
pull/1/head
Zzqqbs 6 years ago
parent ba8ef9cc83
commit a5d3433f39

@ -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

@ -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

Loading…
Cancel
Save