<%@page contentType="text/html"%> <%@page trimDirectiveWhitespaces="true"%> <%@page pageEncoding="UTF-8"%> <%@include file="css.jsi" %> <%=intl.title("config advanced")%> <%@include file="summaryajax.jsi" %> <%@include file="summary.jsi" %>

<%=intl._t("I2P Advanced Configuration")%>

<%@include file="confignav.jsi" %> <%@include file="formhandler.jsi" %>

<%=intl._t("Most of the router configuration options listed below are not available in the user interface, because they are rarely used or provide access to advanced settings that most users will not need.")%> <%=intl._t("You must edit your router.config file to add options, or, if you have added routerconsole.advanced=true to the router.config file, you may edit settings within the console on this page.")%>

<%=intl._t("Floodfill Configuration")%>

<%=intl._t("Floodfill participation helps the network, but may use more of your computer's resources.")%> <% if (advancedhelper.isFloodfill()) { %> (<%=intl._t("This router is currently a floodfill participant.")%>)<% } else { %> (<%=intl._t("This router is not currently a floodfill participant.")%>)<% } %>
<%=intl._t("Enrollment")%>:    
" >

<%=intl._t("Advanced I2P Configuration")%>

<% String advConfig = advancedhelper.getSettings(); if (advancedhelper.isAdvanced()) { %>
<% } // isAdvanced %> <% if (advancedhelper.isAdvanced()) { %> <% } else { %> <% } // isAdvanced %> <% if (advancedhelper.isAdvanced()) { %> <% } // isAdvanced %>
<%=intl._t("NOTE")%>: <%=intl._t("Some changes may require a restart to take effect.")%>
<%=intl._t("To make changes, edit the file: {0}", "" + advancedhelper.getConfigFileName() + "")%>
" > " >
<% if (advancedhelper.isAdvanced()) { %>
<% } // isAdvanced %>

<%=intl._t("Advanced Configuration Help")%>

routerconsole.advanced={true|false}
<%=intl._t("Only set this to true if you know what you are doing!")%>
<%=intl._t("When set to true, additional functionality will be enabled in the console and the user will be able to edit settings directly on this page")%>. <%=intl._t("Extra display options are provided in the Network Database section.")%> <%=intl._t("This will also enable the installation of unsigned updates.")%> <%=intl._t("You may also wish to enable the advanced sidebar section on the Sidebar Configuration page.")%>
routerconsole.browser={/path/to/browser}
<%=intl._t("This setting allows the manual selection of the browser which I2P will launch on startup.")%>
routerconsole.showSearch={true|false}
<%=intl._t("When set to true, a configurable search bar will appear on the console home page")%>. <%=intl._t("Additional searches may then be added on the home configuration page.")%>
router.maxParticipatingTunnels={n}
<%=intl._t("Determines the maximum number of participating tunnels the router will accept.")%> <%=intl._t("To disable participation completely, set to 0.")%>