Jump to content

Recommended Posts

Posted (edited)

IllegalMusicPiracySite.com

IllegalMusicPiracySite.Net

IllegalMusicPiracySite.org

IllegalMusicPiracySite.yoga (no, seriously, .yoga)

 

It's just a losing game of whack-a-mole to keep on top of these. Smoothwall doesn't like it if I do IllegalMusicPiracySite.*

Is there a way to block with wildcards?

 

Edit: Did this get moved, or did I post in the wrong forum like a numpty? I meant to post this the into Smoothwall forum.

Edited by Garacesh
Posted

Don't know about Smoothwall but in Dansguardian this would require a rule using a regular expression to filter domains/URLS.

 

As Smoothwall is derived from Dansguardian I'm assuming it should be similar.

Posted

Sounds like a regex would be the best bet here, possibly a URL pattern.

 

You could make an appropriate one using the regex builders online

 

https://regex101.com/

 

I don't claim to be an expert on regular expressions, but something like:

 

(IllegalMusicPiracySite)

 

1st Capturing group (IllegalMusicPiracySite)

IllegalMusicPiracySite matches the characters IllegalMusicPiracySite literally (case sensitive)

 

 

Regards,

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...