- You can use an Asterisk (*) to block all subdomains of a domain.
E.g.:*.example.com.
This will block all requests ending with.example.com. This means a domain likenews.example.comwouldn’t be accessed anymore.- A request like
news.123example.comwould still be accessed when using.example.com. If you want to block that domain as well, you simply set*example.comas rule in Blocked Hosts.- You cannot block a top-level domain. E.g.:
*.com. This won’t be allowed by the app.
Will asterisk block all subdomains? For example, the rule
*.bidr.io
will it block eu-west-1.bid.bidr.io?
will it block bidr.io as well?