Do not resolve DNS names on startup
Issue
When resolving all NFs on startup, we create dependencies on the startup order which are not necessary/unwanted.
Solution
We should only resolve NFs when we actually use them. Curl is able to resolve FQDNs, so we should let curl handle it accordingly.