vppn/hub/templates/admin-peer-init.html
2024-12-30 09:26:48 +01:00

14 lines
212 B
HTML

{{define "body" -}}
<h2>Initialize Peer</h2>
<p>
Configure the peer with the following URL:
</p>
<pre>
{{.HubAddress}}/peer/init/?Code={{.Code}}
</pre>
<p>
<a href="/admin/config/">Done</a>
</p>
{{- end}}