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