File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 11# apt-proxy-detect
2- Auto detection of apt proxies in the LAN, caching and checking status
2+ Auto detection of apt proxies in the LAN, caching and checking status of it.
3+
4+ # Why this is needed?
5+ Spending 2023 time on this topic sound/reads quite strange but up to now
6+ i struggle with some problem within the solutions i found so far.
7+
8+ Issues:
9+ * No reliable detect proxies via mDns. (Timeouts, not found)
10+ * No caching of the found proxies.
11+ * No check if the found proxy works for the requested target.
12+ * No longer active maintained (deprecated warnings all over the place)
13+
14+ # How does it look?
15+
16+ Example output:
17+ ```
18+ dev@dev:~$ apt-proxy-detect.sh
19+ Service[ER][apt-cacher-ng proxy on squid-deb-proxy]@http://192.168.0.27:3142
20+ Service[OK][Squid deb proxy on squid-deb-proxy]@http://192.168.0.27:8000
21+ http://192.168.0.27:8000
22+ ```
23+
24+ or with specific checking (failing):
25+ ```
26+ dev@dev:~$ apt-proxy-detect.sh github.xyz
27+ Service[ER][apt-cacher-ng proxy on squid-deb-proxy]@http://192.168.0.27:3142
28+ Service[ER][Squid deb proxy on squid-deb-proxy]@http://192.168.0.27:8000
29+ ```
30+
31+ # How to install?
32+
33+ will follow next days...
You can’t perform that action at this time.
0 commit comments