Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Wood <gene_wood@cementhorizon.com>2022-07-29 00:01:36 +0300
committerGene Wood <gene_wood@cementhorizon.com>2022-07-29 00:01:36 +0300
commit9635508476278159b62caf3c18d6de5a0bb770f0 (patch)
treee3afe2a042f9d1eddbd72e338eb88a67c7443b2f
parent4f220e73352f40b0280a4f8310d13e93863a06e8 (diff)
Update current stable version of squid to 5.6
-rwxr-xr-xsrc/js/configs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/configs.js b/src/js/configs.js
index 7336771..0c4d35f 100755
--- a/src/js/configs.js
+++ b/src/js/configs.js
@@ -159,7 +159,7 @@ module.exports = {
},
squid: {
highlighter: 'nginx', // TODO: find better
- latestVersion: '4.14',
+ latestVersion: '5.6',
name: 'Squid',
showSupports: false,
supportsHsts: false,