{{ __('vpn.subtitle') }}
{{ __('vpn.hub_incomplete_title') }}
{{ __('vpn.hub_incomplete_body') }}
{{ __('vpn.config_once') }}
{{ $newConfig }}
{{ __('vpn.empty') }}
@else| {{ __('vpn.peer') }} | {{ __('vpn.address') }} | {{ __('vpn.traffic') }} | {{ __('vpn.handshake') }} | {{ __('vpn.status') }} | {{ __('vpn.actions') }} |
|---|---|---|---|---|---|
|
{{ $peer->name }}
@if ($peer->host)
|
{{ $peer->allowed_ip }}
@if ($peer->endpoint)
{{ $peer->endpoint }}
@endif
|
↓ {{ \App\Support\Bytes::human($peer->rx_bytes) }} ↑ {{ \App\Support\Bytes::human($peer->tx_bytes) }} |
{{ $peer->last_handshake_at?->diffForHumans() ?? __('vpn.never') }} | {{ __('vpn.status_'.$status) }} |
|