Guest User!

You are not Sophos Staff.

White / Black list format [NOTABUG]

Is the format for the black/white lists still the same as it was for v6?

In particular, I was given the following links to prevent the students from accessing sites by their IP address to bypass the proxy:

http://[1|2|3|4|5|6|7|8|9]/*
# .*[1|2|3|4|5|6|7|8|9]/*


I seem to recall someone saying that these entries would do "bad" things to the HTTP proxy in v7?

If so, what is the proper expression to block access via IP addresses?


Thanks,
Parents
  • Is the format for the black/white lists still the same as it was for v6?

    In particular, I was given the following links to prevent the students from accessing sites by their IP address to bypass the proxy:

    http://[1|2|3|4|5|6|7|8|9]/*
    # .*[1|2|3|4|5|6|7|8|9]/*

    I seem to recall someone saying that these entries would do "bad" things to the HTTP proxy in v7?
    If so, what is the proper expression to block access via IP addresses?


    Hi,

    you can use the following regex to prevent accessing Hosts by IP:

    for http:

    ^http://([0-9]{1,3}\.){3}[0-9]{1,3}

    for https:

    ^([0-9]{1,3}\.){3}[0-9]{1,3}

    These regular expressions may look confusing,  but they should work [:)]
  • "May" look confusing?  :-)   I do't have to understand it as long as it works.

    Thanks,
Reply Children
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?