From 6317a8e3246a00c404fb7d9020a403ba058b6326 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 4 Jan 2022 13:57:38 -0500 Subject: [PATCH] HTML fix --- i2p2www/pages/site/docs/api/i2pcontrol.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/i2p2www/pages/site/docs/api/i2pcontrol.html b/i2p2www/pages/site/docs/api/i2pcontrol.html index 088459cb..e3cf09b9 100644 --- a/i2p2www/pages/site/docs/api/i2pcontrol.html +++ b/i2p2www/pages/site/docs/api/i2pcontrol.html @@ -1,6 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{{ _('I2PControl - Remote Control Service') }}{% endblock %} -{% block lastupdated %}February 2018{% endblock %} +{% block lastupdated %}2022-01{% endblock %} +{% block accuratefor %}0.9.52{% endblock %} {% block content %}

{% trans itoopie='http://'+i2pconv('itoopie.i2p')+'/' -%} I2P enables a JSONRPC2 interface via the plugin I2PControl. @@ -145,7 +146,7 @@ Parameters are only provided in a named way (maps).

  • **i2p.router.net.tunnels.participating – [long] {% trans %}How many tunnels on the I2P net are we participating in.{% endtrans %}
  • **i2p.router.netdb.activepeers – [long] {% trans %}How many peers have we communicated with recently.{% endtrans %}
  • -
  • **i2p.router.netdb.fastpeers &ndasg; [long] {% trans %}How many peers are considered 'fast'.{% endtrans %}
  • +
  • **i2p.router.netdb.fastpeers – [long] {% trans %}How many peers are considered 'fast'.{% endtrans %}
  • **i2p.router.netdb.highcapacitypeers – [long] {% trans %}How many peers are considered 'high capacity'.{% endtrans %}
  • **i2p.router.netdb.isreseeding – [boolean] {% trans %}Is the router reseeding hosts to its NetDB?{% endtrans %}
  • **i2p.router.netdb.knownpeers – [long] {% trans %}How many peers are known to us (listed in our NetDB).{% endtrans %}