#!/usr/bin/env ruby
# frozen_string_literal: true

require 'openvpn-status-web'

OpenVPNStatusWeb::Daemon.run!
