debug dnsmasq

This commit is contained in:
Karol Wypchlo 2021-06-20 17:56:05 +02:00
parent ad6cc2bf46
commit 37aba89478
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ENV NODE_ENV production
CMD [ "sh", "-c", \
"echo address=/siasky.net/$(node src/whatismyip.js) > /etc/dnsmasq.d/siasky.net.conf ; \
echo -e \"nameserver 127.0.0.1\n$(cat /etc/resolv.conf)\" > /etc/resolv.conf ; \
dnsmasq ; \
dnsmasq --log-queries --log-facility=/var/log/dnsmasq.log ; \
crond ; \
node --max-http-header-size=64000 src/index.js" \
]