good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 66a7ef57 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

cmd/puppeth: reserve "yournode" as a non-allowed ethstats user

parent ecca2c3c
No related branches found
No related tags found
No related merge requests found
...@@ -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"]
` `
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment