<%=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("Advanced I2P Configuration")%>
<% String advConfig = advancedhelper.getSettings(); 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.")%> |