Skip to content

Commit ebd1cec

Browse files
author
hastmu
committed
first readme updates
1 parent 0ac7921 commit ebd1cec

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
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...

0 commit comments

Comments
 (0)