{{_("user.home.tool.all-configs")}}
%for d in domains %for t in (['http','tls'] if hconfig(ConfigEnum.http_proxy_enable,d.child_id) else ['tls']) %for port in hconfig(ConfigEnum.http_ports if t=='http' else ConfigEnum.tls_ports,d.child_id).split(',') %set phttp=port if t=='http' else None %set ptls=port if t=='tls' else None % for type in link_maker.all_proxies(d.child_id) % set pinfo=link_maker.make_proxy(type,d,phttp=phttp,ptls=ptls) % if pinfo!=None %endif % endfor % endfor % endfor % endfor