add option

This commit is contained in:
zzz
2015-09-01 12:01:48 +00:00
parent 8780f1a3cc
commit 0b0101ed92

View File

@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}July 2015{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.21{% endblock %}
{% block lastupdated %}{% trans %}September 2015{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.22{% endblock %}
{% block content %}
<h2>{% trans %}Overview{% endtrans %}</h2>
@ -122,6 +122,14 @@ Comma- or space-separated list of Base64 peer Hashes used for either access list
As of release {{ release }}.
{%- endtrans %}</td></tr>
<tr><td>i2cp.destination.sigType</td><td>DSA_SHA1</td><td>{% trans -%}
Use the access list as a whitelist for incoming connections.
{%- endtrans %} {% trans -%}
The name or number of the signature type for a transient destination.
{%- endtrans %} {% trans release='0.9.12' -%}
As of release {{ release }}.
{%- endtrans %}</td></tr>
<tr><td>i2cp.enableAccessList</td><td>false</td><td>{% trans -%}
Use the access list as a whitelist for incoming connections.
{%- endtrans %} {% trans release='0.7.13' -%}