31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
|
{{ define "index" }}
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
{{ template "head" }}
|
||
|
</head>
|
||
|
<body>
|
||
|
<section class="section">
|
||
|
<div class="container">
|
||
|
<h1 class="title is-size-1">
|
||
|
Besoin de vous échapper ?
|
||
|
</h1>
|
||
|
<p class="subtitle is-size-3">
|
||
|
Bienvenue sur <strong>Rebound</strong>!
|
||
|
</p>
|
||
|
<div class="content">
|
||
|
<p>Rebound est un serveur SSH permettant de créer des tunnels TCP/IP éphémères et privés entre 2 machines positionnées
|
||
|
derrière un <abbr title="Network Address Traversal">NAT</abbr>.</p>
|
||
|
<p>Pour l'utiliser <strong>un simple client SSH suffit !</strong></p>
|
||
|
<pre class="has-background-dark has-text-white-ter is-family-monospace">ssh -R 0:127.0.0.1:<span class="has-text-info"><port></span> rebound@rebound.cadol.es</pre>
|
||
|
<p class="is-italic">Où <span class="has-text-info"><port></span> est à remplacer par le port du service
|
||
|
s'exécutant sur votre machine en local.</span>
|
||
|
<p>Une fois connecté, suivez les instructions. 😉</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
{{ template "advertising" . }}
|
||
|
{{ template "footer" . }}
|
||
|
</body>
|
||
|
</html>
|
||
|
{{ end }}
|