forked from I2P_Developers/i2p.i2p
Add GUI outproxy plugin enable setting for all tunnel proxies
(only implemented in HTTP) More SSL support in I2PTunnelHTTPClient - Add separate config for SSL outproxy
This commit is contained in:
@@ -151,6 +151,21 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
<%=intl._("Outproxies")%>(<span class="accessKey">x</span>):
|
||||
</label>
|
||||
<input type="text" size="30" id="proxyList" name="proxyList" title="List of Outproxy I2P destinations" value="<%=editBean.getClientDestination(curTunnel)%>" class="freetext" />
|
||||
</div>
|
||||
<% if ("httpclient".equals(tunnelType)) {
|
||||
%><div id="destinationField" class="rowItem">
|
||||
<label>
|
||||
<%=intl._("SSL Outproxies")%>:
|
||||
</label>
|
||||
<input type="text" size="30" id="sslProxyList" name="sslProxies" title="List of Outproxy I2P destinations" value="<%=editBean.getSslProxies(curTunnel)%>" class="freetext" />
|
||||
</div>
|
||||
<% } // httpclient %>
|
||||
<div id="startupField" class="rowItem">
|
||||
<label>
|
||||
<%=intl._("Use Outproxy Plugin")%>:
|
||||
</label>
|
||||
<input value="1" type="checkbox" id="shared" name="useOutproxyPlugin" title="Use plugin instead of above-listed proxies if available"<%=(editBean.getUseOutproxyPlugin(curTunnel) ? " checked=\"checked\"" : "")%> class="tickbox" />
|
||||
<span class="comment"><%=intl._("(Check the Box for 'YES')")%></span>
|
||||
</div>
|
||||
<% } else if ("client".equals(tunnelType) || "ircclient".equals(tunnelType) || "streamrclient".equals(tunnelType)) {
|
||||
%><div id="destinationField" class="rowItem">
|
||||
|
Reference in New Issue
Block a user