<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> I2P Router Console - config peers <%@include file="css.jsp" %> <%@include file="summary.jsp" %>

I2P Peer Configuration

<%@include file="confignav.jsp" %> " /> " /> <% String peer = ""; if (request.getParameter("peer") != null) peer = request.getParameter("peer"); %>
<% String prev = System.getProperty("net.i2p.router.web.ConfigPeerHandler.nonce"); if (prev != null) System.setProperty("net.i2p.router.web.ConfigPeerHandler.noncePrev", prev); System.setProperty("net.i2p.router.web.ConfigPeerHandler.nonce", new java.util.Random().nextLong()+""); %> " />

Manual Peer Controls

Router Hash:

Manually Ban / Unban a Peer

Banning will prevent the participation of this peer in tunnels you create.
<% if (! "".equals(peer)) { %> <% } %>

Adjust Profile Bonuses

Bonuses may be positive or negative, and affect the peer's inclusion in Fast and High Capacity tiers. Fast peers are used for client tunnels, and High Capacity peers are used for some exploratory tunnels. Current bonuses are displayed on the profiles page.

<% long speed = 0; long capacity = 0; if (! "".equals(peer)) { // get existing bonus values? } %>


Speed: Capacity:

" />