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

HTTP proxy, allow just pages in whitelist

Hi Guys

I have a WLAN, wich is on a single NIC in the ASG Box. I am running the http proxy, and want, that these clients on that wlan just can access to pages wich i have in the whitelist. all other pages will not bee visible... 

a "*" in the blacklist is not allowed.

thanks for help


This thread was automatically locked due to age.
Parents
  • Hi Guys

    I have a WLAN, wich is on a single NIC in the ASG Box. I am running the http proxy, and want, that these clients on that wlan just can access to pages wich i have in the whitelist. all other pages will not bee visible... 

    a "*" in the blacklist is not allowed.

    thanks for help


    I have now add every cobion rule, and all other rules. now its not possible, to access to any site *great*
  • you should add ".*" to your blacklist instead of "*" 
    the blacklist entries are regular expressions and a "*" is not a valid regular expression. 
    for more info search google for "Regular Expressions" or simply "regex" or "PCRE"
    if you do this by blacklist you do no need to use cobion which will make surfing faster.
  • you should add ".*" to your blacklist instead of "*" 
    the blacklist entries are regular expressions and a "*" is not a valid regular expression. 
    for more info search google for "Regular Expressions" or simply "regex" or "PCRE"
    if you do this by blacklist you do no need to use cobion which will make surfing faster.


    thanks, this works
Reply
  • you should add ".*" to your blacklist instead of "*" 
    the blacklist entries are regular expressions and a "*" is not a valid regular expression. 
    for more info search google for "Regular Expressions" or simply "regex" or "PCRE"
    if you do this by blacklist you do no need to use cobion which will make surfing faster.


    thanks, this works
Children
No Data