Need to stop external calls #1211
Unanswered
akshaykant
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please provide your set of ENV variables with which you are running the frontend app. Also, could you give examples of external URL calls that you see in your logs? At the moment, for me, this issue is a little vague. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
We are running a private blockchain using the Besu client on a VM with an internal network setup. And we are running blockscout connecting to this besu node.
We have observed continuous DNS lookups to raw.githubusercontent.com and api.coingecko.com, which I believe are unnecessary for this setup. As we do not need any external call.
Expected Behavior:
Given that my nodes are all on an internal network and not relying on external configurations/scripts along with blockscout, I would expect no external DNS lookups, especially continuous ones.
What could be the expected resolution for this.
Beta Was this translation helpful? Give feedback.
All reactions