9 lines
222 B
HTML
9 lines
222 B
HTML
{% extends "sega.html" %}
|
|
{% block title %}mxgfetcher{% endblock %}
|
|
{% block body %}
|
|
<h1>mxgfetcher</h1>
|
|
|
|
<h2>PCP Service</h2>
|
|
<p>mxgdeliver runs a PCP service on port <code>40113</code> (no data port).</p>
|
|
|
|
{% endblock %} |