|
I have placed my container behind a firewall with no outbound access to the internet however for internet users they can access it via NPM doing the reverse proxy. Here my question is, how does the application get to reach European Central Bank for updates? |
Answered by
mayswind
Jul 17, 2026
Replies: 1 comment 1 reply
1 reply
Answer selected by
redmanhub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

If your internal network has an HTTP or SOCKS5 proxy, you can configure it by referring to the configuration below.
Alternatively, you can use the user custom exchange rate data source. In an environment that has access to both the Internet and your internal network, you can run a scheduled task to periodically fetch exchange rate data from the ECB and then update ezBookkeeping by calling its user custom exchange rate data update API.