-
I want to redirect all queries for Can a single one liner be created to accomplish this? Thanks! I've tried EDIT: ABP style |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, you can do regular expressions: or this: |
Beta Was this translation helpful? Give feedback.
Well, you can do regular expressions:
/(www.routerlogin.net)|(www.routerlogin.com)|(routerlogin.net)|(routerlogin.com)/$dnsrewrite=10.0.0.1
or this:
/(www.)?routerlogin.(net|com)/$dnsrewrite=10.0.0.1