This commit is contained in:
anlicheng 2026-03-11 15:37:45 +08:00
parent d735f29c2f
commit ace1b832f1

View File

@ -29,14 +29,15 @@ init([]) ->
SupFlags = #{strategy => one_for_one, intensity => 1000, period => 3600},
Specs = [
#{
id => dns_proxy_sup,
start => {dns_proxy_sup, start_link, []},
restart => permanent,
shutdown => 2000,
type => supervisor,
modules => ['dns_proxy_sup']
},
%% dns的逻辑
% #{
% id => dns_proxy_sup,
% start => {dns_proxy_sup, start_link, []},
% restart => permanent,
% shutdown => 2000,
% type => supervisor,
% modules => ['dns_proxy_sup']
% },
#{
id => sdlan_network_coordinator,
start => {sdlan_network_coordinator, start_link, []},