%% -- ERLANG INET CONFIGURATION FILE --
%% read and monitor the hosts file
{file, hosts, "/etc/hosts"}.
%% read and monitor nameserver config from here
{file, resolv, "/etc/resolv.conf"}.
%% specify lookup method
{lookup, [file, dns, native]}.
