Re: [squid-users] ULTRASURF (anti-filtering program) problem

2008-01-21 Thread SM
ssing. The external proxy may not be listening on port 9666. As such, that iptables rule won't block access. The better solution is to prevent users from changing the Internet settings and by not allowing all outgoing connections to prevent the proxy from being bypassed. Regards, -sm

Re: [squid-users] squid trying access PF devices (freebsd)

2008-01-20 Thread SM
+ pffd = open("/dev/pf", O_RDONLY); if (pffd >= 0) commSetCloseOnExec(pffd); } Regards, -sm

Re: [squid-users] Compiling issue with 2.6-STABLE14

2007-08-07 Thread SM
s is line 198 if (!p) return 0; if const char *p; assert(list && s); p = strStr(*list, s); Regards, -sm

[squid-users] Worm.SCO.A-1 sent through the list (was: [squid-users] Re: *** VIRUS ***)

2007-07-05 Thread SM
il address was most likely spoofed. Regards, -sm

Re: [squid-users] About a squid manager system

2007-03-19 Thread SM
have done that, it will be easier to write the parser. Regards, -sm

Re: [squid-users] About a squid manager system

2007-03-17 Thread SM
hrough the interface you designed. Once the changes are done, generate a new squid.conf by using the settings stored in your database and send it to the computer where squid is running. Then restart squid. The above can be done in Perl or any language you are familiar with. Regards, -sm

Re: [squid-users] Blocking Searches with squidguard

2006-07-27 Thread SM
om works well enough but I really want to match domain.com and anything.domain.com. I found some documentation that suggested I put .domain.com in the domains file but that doesn't appear to match anything at all. As the name implies, that file contains the list of domains. Regards, -sm