Fix the launch script.

This commit is contained in:
Will Rouesnel 2018-01-12 13:23:27 +11:00
parent 17597c5cf4
commit 3b98da64fc
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ if [ "$DNS_OVER_HTTPS" = "yes" ]; then
-primary-dns "$DNS_OVER_HTTPS_PREFIX_SERVER" \
-fallback-dns "$DNS_OVER_HTTPS_SUFFIX_SERVER" \
-no-fallthrough "$(echo $DNS_OVER_HTTPS_NO_FALLTHROUGH | tr -s ' ' ',')" \
-fallthrough-statues "$DNS_OVER_HTTPS_FALLTHROUGH_STATUSES"
&
-fallthrough-statuses "$DNS_OVER_HTTPS_FALLTHROUGH_STATUSES" &
echo "Adding dns_nameservers line to squid.conf..."
echo "dns_nameservers $(echo $DNS_OVER_HTTPS_LISTEN_ADDR | cut -d':' -f1)" >> /etc/squid4/squid.conf
fi