Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.os.windows-10 > #188980
| From | Marion <mariond@facts.com> |
|---|---|
| Newsgroups | alt.comp.os.windows-10, alt.comp.os.windows-11, alt.msdos.batch |
| Subject | Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware |
| Date | 2025-10-30 00:56 -0600 |
| Organization | BWH Usenet Archive (https://usenet.blueworldhosting.com) |
| Message-ID | <10dv272$ghs$1@nnrp.usenet.blueworldhosting.com> (permalink) |
| References | (15 earlier) <10bajgs$4bl$1@nnrp.usenet.blueworldhosting.com> <10cskt5$f86$1@nnrp.usenet.blueworldhosting.com> <10csl4j$id7$1@nnrp.usenet.blueworldhosting.com> <10dtkef$24ul$1@nnrp.usenet.blueworldhosting.com> <10dtkjv$280m$1@nnrp.usenet.blueworldhosting.com> |
Cross-posted to 3 groups.
UPDATE:
It turns out, after I wrote and tested a few tutorials for using proxies
with & without PAC files, that Windows has a few built-in proxy mechanisms.
1. WinINET
2. WinHTTP
3. PAC (proxy auto config)
I'm indebted to Andy Burns for cluing me into PAC files a month ago
because WinINET and WinHTTP are global "all or nothing" proxy mechanisms,
whereas the PAC file mechanisms (proxy auto config) allow you to decide,
per request, per app (such as FF) whether to go direct or thru the proxy.
In addition, since a month ago when I knew nothing about proxies, I've
written tutorials on using proxifiers (such as ProxyBridge which Allan
Higdon kindly clued me into) which allow you to choose binaries to proxy.
Some apps (like Firefox) can load a PAC file directly. Others can use it if
you serve it via HTTP and point Windows’ system proxy settings at it.
For serving the PAC file, I've written tutorials in the past month using
the free lightweight "mongoose" file server, launched with a vbs script.
I've also written tutorials in the past month on how to use the Tor &
Psiphon & Freegate free ad-free no-registration proxies for your use.
With these methods, we can fine tune which traffic is tunneled thru the
proxy, which stays local, and even chain multiple proxies if needed.
1. WinINET is used by user-facing apps like Internet Explorer,
Edge, Office, and anything that says "Use system proxy settings."
It applies a single proxy setting to those applications.
2. WinHTTP is used by background services, scripts, and some system
components. It has its own separate proxy configuration, and it
also is "all or nothing" just like WinINET is "all or nothing".
3. PAC (Proxy Auto-Config) is used by browsers like Firefox
(and optionally by WinINET if you point Windows to a PAC URL via
a lightweight web server such as I did with mongoose.exe).
A PAC file is a small JavaScript program that decides per request
whether to go direct, use a proxy, or choose between multiple proxies.
With a PAC file, we can tunnel most of our traffic through Psiphon or Tor
(or any SOCKS/HTTPS proxy) while letting sensitive or local sites bypass it
automatically. Instead of flipping proxy settings on and off, the PAC file
acts like a traffic cop, routing each request down the right road.
For example, I just wrote, tested, and posted today, moments ago, a
tutorial for setting up Firefox to use a PAC file for all its traffic.
Following this tutorial makes that tunnel about as iron-clad as I can make
it, where I have tested it every way I can think of to ensure it works.
--
Helping others & learning from them is what this Usenet ng is all about.
Back to alt.comp.os.windows-10 | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 07:30 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 07:53 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 08:15 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 08:46 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 09:59 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 10:11 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 10:51 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 11:09 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-18 11:53 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware "R.Wieser" <address@is.invalid> - 2025-09-18 15:06 +0200
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-19 00:42 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-21 04:34 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-22 20:31 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-22 20:41 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-23 17:22 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-09-28 06:10 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-10-17 05:40 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <marionf@fact.com> - 2025-10-17 05:44 +0000
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <mariond@facts.com> - 2025-10-29 11:55 -0600
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <mariond@facts.com> - 2025-10-29 11:58 -0600
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <mariond@facts.com> - 2025-10-30 00:56 -0600
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <mariond@facts.com> - 2025-11-02 20:45 -0700
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <mariond@facts.com> - 2025-11-02 20:58 -0700
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marion <mariond@facts.com> - 2025-11-03 10:41 -0700
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marian <marianjones@helpfulpeople.com> - 2025-12-01 15:38 -0700
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marian <marianjones@helpfulpeople.com> - 2025-12-02 01:11 -0700
Re: Tutorial: Build a one-click Windows custom SOCKS5 proxy client using freeware Marian <marianjones@helpfulpeople.com> - 2025-12-02 09:19 -0700
csiph-web