This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to use wildcards to block/allow certain domains?

Hello all.
Using Astaro GW 7 (Firmware version: 7.506) and I have set up some profiles to grant/deny access to bits and bats for my kids.  Although this is working, there are issues when they want to play things like club penguin; 

For example:
I have allowed Club Penguin - Waddle around and meet new friends! and they can get there OK but some content for the site is dragged from sub-domains, eg http://media1.clubpenguin.com and so I have to add this into the "allowed sites" as well.  The problem is, if the site decides to load from media2.clubpenguin, then it fails to load until I've added this new sub-domain into Astaro [:(]

Can I use wildcards (I tried *.clubpenguin.com to no avail) to allow all sub-domains?
I hope someone can help me!
Thank you for reading

badger


This thread was automatically locked due to age.
  • ^https?://[^.]*\.clubpenguin.com
     should match all HTTP(S) connections to all subdomains of the domain.

    clubpenguin.com
     should also work but has the drawback that it would match anything that has that string in it wherever (like google searches).