I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2413bcd9 authored by zzz's avatar zzz
Browse files

configadvanced cleanup, clarification

parent 1838ad4a
No related branches found
No related tags found
No related merge requests found
...@@ -28,14 +28,12 @@ ...@@ -28,14 +28,12 @@
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce")%>" /> <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce")%>" />
<input type="hidden" name="action" value="blah" /> <input type="hidden" name="action" value="blah" />
<textarea rows="20" cols="100" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br /> <textarea rows="20" cols="100" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br />
<input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" /><!-- <br /> <p>
<b>Force restart:</b> <input type="checkbox" name="restart" value="force" /> <i>(specify this <input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" />
if the changes made above require the router to reset itself - e.g. you are updating TCP ports </p><p>
or hostnames, etc)</i>--> NOTE: Some changes may require a restart to take effect.
If you are changing any of the I2NP settings, you should go to the </p>
<a href="configservice.jsp">service config</a> page and do a graceful restart after saving.
</form> </form>
</div> </div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment