shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

add a mixed matcher #153

Closed Fndroid closed 5 years ago

Fndroid commented 5 years ago

domain_alternative:

// full match
full:www.example1.com

// suffix match 
example2.com // or domain:example2.com

// regex match
regex:\.example3\.com

// keyword match
keyword:example4

I don't know if this is a good idea.

shawn1m commented 5 years ago

Merged. Thanks!