diff --git a/Dockerfile b/Dockerfile index e30925f..32dd004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN apt-get install -qy --no-install-recommends $BUILD_DEPS && \ curl -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly RUN export PATH="$HOME/.cargo/bin:$PATH" && \ + echo "Compiling encrypted-dns version 0.2.2" && \ cargo install encrypted-dns && \ mkdir -p /opt/encrypted-dns/sbin && \ mkdir -p /opt/encrypted-dns/etc/keys && \ diff --git a/encrypted-dns.toml.in b/encrypted-dns.toml.in index 3bdb055..3cbf7d8 100644 --- a/encrypted-dns.toml.in +++ b/encrypted-dns.toml.in @@ -93,12 +93,12 @@ daemonize = false ## User name to drop privileges to, when started as root. -user = "_encrypted-dns" +# user = "_encrypted-dns" ## Group name to drop privileges to, when started as root. -group = "_encrypted-dns" +# group = "_encrypted-dns" ## Path to chroot() to, when started as root.