{{_("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(',') % 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