{{ __('OpenVPN Server Setup') }}
{{ __('OVPN Server Settings') }}
@foreach(['sha1', 'md5', 'null'] as $a)
@endforeach
@foreach(['aes128-cbc', 'aes256-cbc', 'blowfish', 'aes192-cbc', 'null'] as $c)
@endforeach
{{ __('How to Setup OVPN') }}

{{ __('To successfully use OpenVPN on MikroTik:') }}

  1. {!! __('Generate or install a :cert on the router.', ['cert' => '' . __('Server Certificate') . '']) !!}
  2. {!! __('Ensure the :profile has valid Local/Remote addresses.', ['profile' => '' . __('Default Profile') . '']) !!}
  3. {!! __('Open port :port in your Firewall filter rules.', ['port' => '' . e($port) . ' (TCP)']) !!}
  4. {!! __('If using Windows clients, :mode is usually required.', ['mode' => '' . __('Mode: IP') . '']) !!}
{{ __('Server Connectivity') }}
{{ $enabled ? __('Active & Listening') : __('Server Stopped') }}