What is the simplest way to block all users from visiting a TLD? This seems like a basic functionality but I haven't found a good answer.
I know this works in UTM hoping XG
https?://[A-Za-z0-9.-]*\.ru/
or
http?://[A-Za-z0-9.-]*\.ru/
You can also use country blocking, you may be aware but figure I would mention it.
I have some regex options but not sure where they would go in the XG to apply to any rules.