aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-11-12 02:39:02 +1000
committeronefang2019-11-12 02:39:02 +1000
commitf0b2ddcf274e5dc125fe4b07a651ee07bba6ad5c (patch)
treef32011b665e0065d792058f81330080a1b2b5939 /README.md
parentMove the execute function to near the checkExes function. (diff)
downloadapt-panopticon-f0b2ddcf274e5dc125fe4b07a651ee07bba6ad5c.zip
apt-panopticon-f0b2ddcf274e5dc125fe4b07a651ee07bba6ad5c.tar.gz
apt-panopticon-f0b2ddcf274e5dc125fe4b07a651ee07bba6ad5c.tar.bz2
apt-panopticon-f0b2ddcf274e5dc125fe4b07a651ee07bba6ad5c.tar.xz
Rewrite the lua-sec checks using command line curl instead.
Works better with SNI.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94b3c65..5db696e 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,12 @@ in someplace like `/usr/local/bin` and make sure it is executable.
31It should run on any recent Linux, you'll need to have the following 31It should run on any recent Linux, you'll need to have the following
32installed - 32installed -
33 33
34* curl
34* dig, part of BIND. On Debian based systems it'll be in the dnsutils package. 35* dig, part of BIND. On Debian based systems it'll be in the dnsutils package.
35* flock, on Debian based systems it'll be in the util-linux package. 36* flock, on Debian based systems it'll be in the util-linux package.
36* ionice, on Debian based systems it'll be in the util-linux package. 37* ionice, on Debian based systems it'll be in the util-linux package.
37* luajit 38* luajit
38* LuaSocket, on Debian based systems it'll be in the lua-socket package. 39* LuaSocket, on Debian based systems it'll be in the lua-socket package.
39* LuaSec, on Debian based systems it'll be in the lua-sec package.
40* wget 40* wget
41 41
42 42