Commit 514b1587 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #15137 from karalabe/puppeth-keywords

cmd/puppeth: reserve "yournode" as a non-allowed ethstats user
parents ecca2c3c 66a7ef57
...@@ -42,7 +42,7 @@ RUN \ ...@@ -42,7 +42,7 @@ RUN \
WORKDIR /eth-netstats WORKDIR /eth-netstats
EXPOSE 3000 EXPOSE 3000
RUN echo 'module.exports = {trusted: [{{.Trusted}}], banned: [{{.Banned}}]};' > lib/utils/config.js RUN echo 'module.exports = {trusted: [{{.Trusted}}], banned: [{{.Banned}}], reserved: ["yournode"]};' > lib/utils/config.js
CMD ["npm", "start"] CMD ["npm", "start"]
` `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment