mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 15:32:01 +01:00
Update to encrypted-dns 0.3.3
This commit is contained in:
parent
54fdcffe6a
commit
9f00e11477
@ -37,7 +37,7 @@ ENV RUSTFLAGS "-C link-arg=-s"
|
||||
RUN apt-get update && apt-get install -qy --no-install-recommends $BUILD_DEPS && \
|
||||
curl -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly && \
|
||||
export PATH="$HOME/.cargo/bin:$PATH" && \
|
||||
echo "Compiling encrypted-dns version 0.3.2" && \
|
||||
echo "Compiling encrypted-dns version 0.3.3" && \
|
||||
cargo install encrypted-dns && \
|
||||
mkdir -p /opt/encrypted-dns/sbin && \
|
||||
mv ~/.cargo/bin/encrypted-dns /opt/encrypted-dns/sbin/ && \
|
||||
|
@ -189,7 +189,12 @@ enabled = @ANONDNS_ENABLED@
|
||||
|
||||
# Allowed upstream ports
|
||||
|
||||
allowed_ports = [ 443 ]
|
||||
allowed_ports = [ 443, 553, 853, 1443, 2053, 4343, 4434, 4443, 5353, 5443, 8443, 15353 ]
|
||||
|
||||
|
||||
# Allow all ports >= 1024 in addition to the list above
|
||||
|
||||
allow_non_reserved_ports = false
|
||||
|
||||
|
||||
# Blacklisted upstream IP addresses
|
||||
|
Loading…
Reference in New Issue
Block a user