ports list update
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Ports Used by I2P{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}2023-12{% endblock %}
|
||||
{% block accuratefor %}0.9.61{% endblock %}
|
||||
{% block lastupdated %}2024-02{% endblock %}
|
||||
{% block accuratefor %}0.9.62{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p>{% trans -%}
|
||||
@ -11,7 +11,7 @@ and some typical related applications.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans faq=site_url('faq') -%}
|
||||
Note that many of these are not enabled by default.
|
||||
Note that many of these are not installed or enabled by default.
|
||||
There is more information in <a href="{{ faq }}#ports">the FAQ</a>.
|
||||
See also the documentation for individual plugins.
|
||||
Plugin authors please add any ports you use here.
|
||||
@ -22,7 +22,8 @@ in the 767x range.
|
||||
<table>
|
||||
<tr><th>Port</th><th>Usage</th></tr>
|
||||
<tr><td>123</td><td>SNTP</td></tr>
|
||||
<tr><td>1488</td><td>XD client web UI</td>
|
||||
<tr><td>1488</td><td>XD client web UI (old)</td>
|
||||
<tr><td>1776</td><td>XD client web UI (new)</td>
|
||||
<tr><td>1900</td><td>UPnP SSDP UDP multicast listener</td>
|
||||
<tr><td>2827</td><td>BOB Bridge</td></tr>
|
||||
<tr><td>3456</td><td>Tahoe-LAFS-Controller Plugin</td></tr>
|
||||
@ -44,7 +45,7 @@ in the 767x range.
|
||||
<tr><td>7655</td><td>SAM Bridge (UDP)</td></tr>
|
||||
<tr><td>7656</td><td>SAM Bridge (TCP)</td></tr>
|
||||
<tr><td>7657</td><td>Router Console</td></tr>
|
||||
<tr><td>7658</td><td>I2P Site</td></tr>
|
||||
<tr><td>7658</td><td>I2P Site (Jetty)</td></tr>
|
||||
<tr><td>7659</td><td>SMTP Proxy</td></tr>
|
||||
<tr><td>7660</td><td>POP3 Proxy</td></tr>
|
||||
<tr><td>7661</td><td>Pebble Plugin</td></tr>
|
||||
|
Reference in New Issue
Block a user