Re: [squid-users] Wpad

2024-12-11 Thread Jonathan Lee
s the client on the same subnet? I understand that you are trying to use the proxy to serve the wpad file somehow. Thanks,Eliezer From: squid-users  On Behalf Of Jonathan LeeSent: Monday, December 2, 2024 12:04 AMTo: Jonathan Lee Cc: squid-users Subject: Re: [squid-users] Wpad this is the wpad file I am

Re: [squid-users] Wpad

2024-12-10 Thread Jonathan Lee
AMTo: Jonathan Lee Cc: squid-users Subject: Re: [squid-users] Wpad this is the wpad file I am using  function FindProxyForURL(url, host) {url = "">host = host.toLowerCase(); if (isPlainHostName(host)) {  return 'DIRECT';} if (isResolvable(host)) {var hostIP = dnsResolve(host); 

Re: [squid-users] Wpad

2024-12-10 Thread Jonathan Lee
anks, >> Eliezer >> >> From: squid-users >> <mailto:squid-users-boun...@lists.squid-cache.org> On Behalf Of Jonathan Lee >> Sent: Monday, December 2, 2024 12:04 AM >> To: Jonathan Lee <mailto:jonathanlee...@gmail.com> >> Cc: squid-u

Re: [squid-users] Wpad

2024-12-10 Thread David Touzeau
hanks, Eliezer *From:* squid-users *On Behalf Of *Jonathan Lee *Sent:* Monday, December 2, 2024 12:04 AM *To:* Jonathan Lee *Cc:* squid-users *Subject:* Re: [squid-users] Wpad this is the wpad file I am using function FindProxyForURL(url, host) { url = url.toLowerCase(); host = host.toLowe

Re: [squid-users] Wpad

2024-12-09 Thread ngtech1ltd
wpad file somehow. Thanks, Eliezer From: squid-users On Behalf Of Jonathan Lee Sent: Monday, December 2, 2024 12:04 AM To: Jonathan Lee Cc: squid-users Subject: Re: [squid-users] Wpad this is the wpad file I am using function FindProxyForURL(url, host) { url = url.toLowerCase

Re: [squid-users] Wpad

2024-12-01 Thread Jonathan Lee
this is the wpad file I am using function FindProxyForURL(url, host) { url = url.toLowerCase(); host = host.toLowerCase(); if (isPlainHostName(host)) { return 'DIRECT'; } if (isResolvable(host)) { var hostIP = dnsResolve(host); if (isInNet(hostIP, '0.0.0.0', '255.0.0.0') || isInNet(hostIP

Re: [squid-users] Wpad

2024-12-01 Thread Jonathan Lee
Thank you again this works perfectly for my issues I had > On Oct 2, 2024, at 20:51, Amos Jeffries wrote: > > On 2/10/24 05:05, Jonathan Lee wrote: >> Hello fellow squid users, >> Can you please help? I am attempting to run wpad on the same machine as >> squid however port 80 443 is blocked, I

Re: [squid-users] Wpad

2024-10-03 Thread Jonathan Lee
Thanks Jeffries Jonathan Lee Sent from my iPhone > On Oct 3, 2024, at 01:07, Amos Jeffries wrote: > > On 2/10/24 05:05, Jonathan Lee wrote: >> Hello fellow squid users, >> Can you please help? I am attempting to run wpad on the same machine as >> squid however port 80 443 is blocked, I have

Re: [squid-users] Wpad

2024-10-02 Thread Amos Jeffries
On 2/10/24 05:05, Jonathan Lee wrote: Hello fellow squid users, Can you please help? I am attempting to run wpad on the same machine as squid however port 80 443 is blocked, I have a url redirect 192.168.1.1/wpad.dat to https://192.168.1.1:8080/wpad.dat this is done with use of squid guard, ho

[squid-users] Wpad

2024-10-01 Thread Jonathan Lee
Hello fellow squid users, Can you please help? I am attempting to run wpad on the same machine as squid however port 80 443 is blocked, I have a url redirect 192.168.1.1/wpad.dat to https://192.168.1.1:8080/wpad.dat this is done with use of squid guard, however you must disable bypass for 192.1

Re: [squid-users] Wpad problem (DNS)

2018-07-30 Thread L A Walsh
erdosain9 wrote: tail -f /var/log/squid/access.log | grep 192.168.6.22 1532616150.629 77 192.168.6.22 TCP_REFRESH_UNMODIFIED/200 316 GET http://www.msftncsi.com/ncsi.txt - HIER_DIRECT/200.81.17.41 text/plain --- You may have some different setup, but this is what works for me and seem

Re: [squid-users] Wpad problem (DNS)

2018-07-26 Thread Amos Jeffries
On 27/07/18 03:06, erdosain9 wrote: > Hi to all. > Im trying to put proxy trough DNS. Im working on a Windows Server 2012 r2. > I follow a lot of tutorial... and cant do it. > The best i have is this (and is strange). > When the pc start i see in log of squid the ip of that pc. > > tail -f /var/l

Re: [squid-users] Wpad problem (DNS)

2018-07-26 Thread Walter H.
On 26.07.2018 17:32, erdosain9 wrote: Hi, thanks I try Explorer 8.0 and Chrome 68.0... this can be deactivated on browser side; then wpad is for the cats ... Walter smime.p7s Description: S/MIME Cryptographic Signature ___ squid-users mailing l

Re: [squid-users] Wpad problem (DNS)

2018-07-26 Thread erdosain9
Hi, thanks I try Explorer 8.0 and Chrome 68.0... -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-use

Re: [squid-users] Wpad problem (DNS)

2018-07-26 Thread Antony Stone
On Thursday 26 July 2018 at 17:06:20, erdosain9 wrote: > Hi to all. > Im trying to put proxy trough DNS. Im working on a Windows Server 2012 r2. > I follow a lot of tutorial... and cant do it. > The best i have is this (and is strange). > When the pc start i see in log of squid the ip of that pc.

[squid-users] Wpad problem (DNS)

2018-07-26 Thread erdosain9
Hi to all. Im trying to put proxy trough DNS. Im working on a Windows Server 2012 r2. I follow a lot of tutorial... and cant do it. The best i have is this (and is strange). When the pc start i see in log of squid the ip of that pc. tail -f /var/log/squid/access.log | grep 192.168.6.22 1532616150