Skip to content

Commit 756379c

Browse files
committed
fix
1 parent b7b36ba commit 756379c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup/generate.php

-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414

1515
$keys = ['host', 'port', 'scheme', 'user', 'pass'];
1616
$squid_default = 'cache_peer %s parent %d 0 no-digest no-netdb-exchange connect-fail-limit=2 connect-timeout=8 round-robin no-query allow-miss proxy-only name=%s';
17-
$image = 'b4tman/squid';
18-
$tag = '5.3.0';
19-
20-
if(isArm64()){
21-
$tag = '5.3.0-armhf';
22-
}
23-
$to['services']['squid']['image'] = sprintf('%s:%s',$image,$tag);
2417

2518
while ($line = fgets($proxies)){
2619
$line = trim($line);

0 commit comments

Comments
 (0)