{% extends "base.html" %}
{% comment %}
#
# This file is part of FreedomBox.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see
{% blocktrans trimmed %} {{ box_name }} will allow this client to connect to it. Ensure that the client is configured with the following information. {% endblocktrans %}
{% trans "Client public key:" %} | {{ client.public_key }} |
---|---|
{% trans "IP address to use for client:" %} | {{ client.allowed_ips|join:", " }} |
{% trans "Pre-shared key:" %} | {{ client.preshared_key }} |
{% trans "Server endpoints:" %} |
{% for endpoint in endpoints %}
{{ endpoint }}
{% endfor %}
|
{% trans "Server public key:" %} | {{ server.public_key }} |
{% trans "Data transmitted:" %} | {{ client.status.transfer_tx|filesizeformat }} |
---|---|
{% trans "Data received:" %} | {{ client.status.transfer_rx|filesizeformat }} |
{% trans "Latest handshake:" %} | {{ client.status.latest_handshake|default:'' }} |