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

14 lines
210 B
HTML

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