\.sex\.com
\.redtube\.com
I also recommend you to block this way to cover all the possibilities:
^http://.*\.*sex\.com/*.*
^http://.*\.*redtube\.com/*.*
Let me explain what are you telling to squid to do with this regex:
^ = this is the beginning of the url
http:// = is the protocol that is always required
. = anything, for example, can be a subdomain or a www
* = the expression BEFORE (the subdomain or www) can happen or not
\ = the next char is not "anything" but a real dot
. = the real dot...
* = ...that can happen or not
sex = the domain
. = next char is a real real dot again
com = top level domain
/* = a dash that can happen or not (covering all the possible websites configurations here)
.* = anything can happen or not after the last dash (/index.php, blah blah)
Mobile Access SSL Network Extender (SNX) remote users with Windows 11 24H2 fail to connect
Cause The conflict resolution mechanism in Windows 11 24H2 is different than in earlier versions of Windows. Solution On the Windows endpo...
Mais vistos
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...
-
Kaspersky seems to be storing windows update files on the C Drive: Here -> C:\ProgramData\KasperskyLab\adminkit\1093\.working Change fo...
-
A few cmds to help with the DFS troubleshooting aspects, keep in mind all should be run from an elevated PowerShell Dfsdiag /TestDCs D...