Update services
This commit is contained in:
parent
078f82b01e
commit
6b6d3322d6
@ -43,8 +43,35 @@
|
|||||||
<li><code>globby</code></li>
|
<li><code>globby</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Most of these will usually just return the URL to the eAmuse server (or your fake one ;D). <code>ntp</code> is a
|
<p>Most of these will usually just return the URL to the eAmuse server (or your fake one ;D). <code>ntp</code> is a
|
||||||
notable exception, unless you're planning on reimplementing NTP. <code>keepalive</code> will likely alsop be a
|
notable exception, unless you're planning on reimplementing NTP.</p>
|
||||||
custom URL with query parameters pre-baked.</p>
|
<p><code>keepalive</code> is a url with the following query parameters:</p>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><code>pa</code></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>ia</code></td>
|
||||||
|
<td>Router IP</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>ga</code></td>
|
||||||
|
<td>Gateway IP</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>ma</code></td>
|
||||||
|
<td>Centre IP</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>t1</code></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>t2</code></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<p>All service URLs have a maximum length of 128 characters.</p>
|
||||||
<p><code>mode</code> is one of <code>operation</code>, <code>debug</code>, <code>test</code>, or
|
<p><code>mode</code> is one of <code>operation</code>, <code>debug</code>, <code>test</code>, or
|
||||||
<code>factory</code>.
|
<code>factory</code>.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user