Inet configuration suddenly changed

Hey all - I need some help please.

I’ve a release using inet configuration erl_inetrc with: {lookup, ["file", "native"]}.
But after some days my inet configuration is changed again to: {:lookup, [:native]}.

  • the release does not show a restart (e.g. by heart)
  • erl_inetrc is applied within vm.args.eex with -kernel inetrc '"./cfg_files/erl_inetrc"'

I’ve no clue what could cause this inet configuration changes?!

1 Like

My new guess is it has something to do with the monitoring of the hosts file…
Let us see.

Sadly not the solution.
Nobody any clue?

Could it have an effect if a remote connection was established?