Commit Graph

338 Commits (facb03f1db48aa6be8c2c970d90744599e10edae)
 

Author SHA1 Message Date
Frank Denis 8963720394 Bump 5 years ago
Frank Denis 399f0a89de If unbound-control-setup fails, this is not the end of the world 5 years ago
Frank Denis 14b1b43345 Give up with migrations 5 years ago
Frank Denis 9bf1193f42 Ok, this is a little bit redundant :( 5 years ago
Frank Denis 50873357d0 Use # as a sed delimiter 5 years ago
Frank Denis c9eb6dc3b3 Remove things we don't use any more in encrypted-dns.sh 5 years ago
Frank Denis 6ef82579b6 Blacklist migration 5 years ago
Frank Denis e970987013 Prepare for filtering 5 years ago
Frank Denis 090abe5b79 apt -> apt-get 5 years ago
Frank Denis 53176408fa Remove /var/log/apt/* everywhere 5 years ago
Frank Denis 8f9b664386 Remove /var/lib/apt/lists/* after installation 5 years ago
Frank Denis d7e9926d8f Make all the legacy information accessible from _encrypted-dns 5 years ago
Frank Denis cd8f720cf6 Re-drop privileges 5 years ago
Frank Denis 44c42a989b Don't privdrop for now 5 years ago
Frank Denis 7b644a6127 Add optional TLS redirection 5 years ago
Frank Denis cc50ba89ff In init(), it's quite okay to have is_initialized() fail 5 years ago
Frank Denis d5c6b92a4b Final stop 5 years ago
Frank Denis df35a47df0 Migration 5 years ago
Frank Denis 01e13d239e Some progress on the migration 5 years ago
Frank Denis 2a4ced87f6 Improve migration 5 years ago
Frank Denis dd444dd310 migration 5 years ago
Frank Denis 7afe4ec9c0 Install runit-helper instead of runit-systemd 5 years ago
Frank Denis 96dfc096ae Ubuntu package names make no sense 5 years ago
Frank Denis 1514977482 We need libevent-2.1 as a runtime dependency 5 years ago
Frank Denis 573a94ab34 Nits 5 years ago
Frank Denis 744ecefe9a Runit for Ubuntu 5 years ago
Frank Denis 9b5474c135 No need to cat this 5 years ago
Frank Denis 82b3ae360c Run runit as /etc/runit/2 5 years ago
Frank Denis cbf9f7c4cc Switch to Ubuntu - Rust doesn't work well with musl-libc 5 years ago
Frank Denis a3efabd367 Preliminary code to move to the new server 5 years ago
Frank Denis 1f42134a69 Recompress images 5 years ago
Frank Denis a5895ba862
Merge pull request #64 from PeterDaveHello/shfmt
Format shell scripts with shfmt and test it on CI
5 years ago
Frank Denis 372c99adf2
Merge pull request #65 from PeterDaveHello/Dockerfile
Refactor Dockerfile
5 years ago
Peter Dave Hello fee7c88a04 Separate `update-ca-certificates` in Dockerfile
Combine it with apk operation, will cause missing error issues due to
the following `|| true`, we should prevent that and let apk fail when
it's needed.
5 years ago
Peter Dave Hello 11e4f8620f Separate `CFLAGS=-Ofast` to ENV in Dockerfile 5 years ago
Peter Dave Hello f658223f00 Remove dead code in Dockerfile 5 years ago
Peter Dave Hello bc3b60aef9 Simplify Dockerfile with `WORKDIR /tmp` 5 years ago
Peter Dave Hello f2ffba78a3 Set `-x` option in SHELL command in Dockerfile
Intead of running `set -x` in the RUN commands
5 years ago
Peter Dave Hello d761f63ca6 Quote var & function output shell scripts in Dockerfile 5 years ago
Peter Dave Hello fa7fed55de Format shell scripts with shfmt and test it on CI 5 years ago
Frank Denis 0b439b661d Dropping the cache doesn't work inside a container 5 years ago
Frank Denis f5f3bf4017 Drop the caches before starting unbound
This reduces memory pressure.
5 years ago
Frank Denis 37bacef22c Unbound 1.9.2 final 5 years ago
Frank Denis 09e3c177bb Update unbound 5 years ago
Frank Denis dbe8dfacc6 Unbound 1.9.2-rc1 5 years ago
Frank Denis 8f1b0f30ec Give qname minimisation a new chance
Fixes #61
5 years ago
Frank Denis 40595af59d Bump up the reserved memory size
The default is very low, and makes it difficult to do any other task on the
same host.
5 years ago
Frank Denis 156345f0a9 Decrease edns-buffer-size to 1220
Ref: https://sk.tl/2PbhxjbN
5 years ago
Frank Denis 81f3ccbf81
Merge pull request #59 from PeterDaveHello/refactor-shellscripts
Refactor shellscripts
5 years ago
Peter Dave Hello fc47a319d4 Use replace non-standard egrep/fgrep with grep `-E/-F` 5 years ago