forked from I2P_Developers/i2p.www
HTML fix
This commit is contained in:
@@ -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 %}
|
||||
<p>{% trans itoopie='http://'+i2pconv('itoopie.i2p')+'/' -%}
|
||||
I2P enables a <a href="http://en.wikipedia.org/wiki/JSON-RPC">JSONRPC2</a> interface via the plugin <a href="{{ itoopie }}">I2PControl</a>.
|
||||
@@ -145,7 +146,7 @@ Parameters are only provided in a named way (maps).
|
||||
</li>
|
||||
<li>**i2p.router.net.tunnels.participating – [long] {% trans %}How many tunnels on the I2P net are we participating in.{% endtrans %}</li>
|
||||
<li>**i2p.router.netdb.activepeers – [long] {% trans %}How many peers have we communicated with recently.{% endtrans %}</li>
|
||||
<li>**i2p.router.netdb.fastpeers &ndasg; [long] {% trans %}How many peers are considered 'fast'.{% endtrans %}</li>
|
||||
<li>**i2p.router.netdb.fastpeers – [long] {% trans %}How many peers are considered 'fast'.{% endtrans %}</li>
|
||||
<li>**i2p.router.netdb.highcapacitypeers – [long] {% trans %}How many peers are considered 'high capacity'.{% endtrans %}</li>
|
||||
<li>**i2p.router.netdb.isreseeding – [boolean] {% trans %}Is the router reseeding hosts to its NetDB?{% endtrans %}</li>
|
||||
<li>**i2p.router.netdb.knownpeers – [long] {% trans %}How many peers are known to us (listed in our NetDB).{% endtrans %}</li>
|
||||
|
Reference in New Issue
Block a user