10-12-04 09:05 PM
#begin whitelist
www.yahoo.com
www.mapquest.com
209.154.26.104 <---this one won't work
>>>>>>>>
You are trying to block based on domain there so that we can not use IP-Addr
ess on domain. We can control on using url / dst ip manner.
You can control domains as,
acl <aclname> dstdomain .yahoo.com .mapquest.com
or,
acl <aclname> url_regex ^http://www.yahoo.com ^http://www,....
But we can control ip-address based one as,
acl <aclname> url_regex ^http://209.154.26.104
Or
acl <aclname> dst 209.154.26.104
It will give control to access web-access.
HTH.
[ Post a follow-up to this message ]
|