| {{ __('Service Name') }} | {{ __('Interface') }} | {{ __('Auth') }} | {{ __('Action') }} | |
|---|---|---|---|---|
| {{ $srv['service-name'] ?? '-' }} | {{ $srv['interface'] ?? '-' }} | {{ $srv['authentication'] ?? '-' }} | ||
| {{ __('No PPPoE servers found.') }} | ||||
| {{ __('Name') }} | {{ __('Rate Limit (Up/Down)') }} | {{ __('Local Addr') }} | {{ __('Remote Addr') }} | {{ __('Comment') }} |
|---|---|---|---|---|
| {{ $p['name'] ?? '-' }} | {{ $p['rate-limit'] ?? '-' }} |
{{ $p['local-address'] ?? 'default' }} | {{ $p['remote-address'] ?? 'default' }} | {{ $p['comment'] ?? '' }} |
| {{ __('No profiles found on this router.') }} | ||||
| {{ __('Name') }} | {{ __('Profile') }} | {{ __('Service') }} | {{ __('IP') }} | {{ __('Comment') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $s['name'] ?? '-' }} | {{ $s['profile'] ?? '-' }} |
{{ $s['service'] ?? '-' }} | {{ $s['caller-id'] ?? '' }} | {{ $s['comment'] ?? '' }} | |
| {{ __('No PPP secrets found.') }} | |||||
| {{ __('User') }} | {{ __('Address') }} | {{ __('Uptime') }} | {{ __('Service') }} |
|---|---|---|---|
| {{ $s['name'] ?? '-' }} | {{ $s['address'] ?? '-' }} |
{{ $s['uptime'] ?? '-' }} | {{ $s['service'] ?? '-' }} |
| {{ __('No active OVPN clients detected on :router.', ['router' => $selectedRouter]) }} | |||
{!! __('Use :tun for standard VPN connections on Android, iOS, and Windows. Only use :tap if you are doing Layer 2 bridging, usually for router-to-router links.', ['tun' => 'IP (Tun)', 'tap' => 'Ethernet (Tap)']) !!}
{!! __("The selected certificate MUST have a :key imported. For public connections, ensure the certificate's 'Common Name' matches your router's Public IP or DDNS. Most clients expect a CA-signed cert.", ['key' => 'Private Key']) !!}
{!! __('Manually add a rule in :code: :br Chain: :input | Protocol: :protocol | Dst. Port: :port | Action: :accept', ['code' => '/ip firewall filter', 'br' => '
', 'input' => 'input', 'protocol' => '' . e($ovpn_protocol) . '', 'port' => '' . e($ovpn_port) . '', 'accept' => 'accept']) !!}
| {{ __('Name') }} | {{ __('Service') }} | {{ __('Address') }} | {{ __('Uptime') }} | {{ __('Caller ID') }} |
|---|---|---|---|---|
| {{ $s['name'] ?? '-' }} | {{ $s['service'] ?? '-' }} | {{ $s['address'] ?? '-' }} |
{{ $s['uptime'] ?? '-' }} | {{ $s['caller-id'] ?? '-' }} |
| {{ __('No active sessions.') }} | ||||