mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2024-11-04 18:56:16 +01:00
7 lines
111 B
Ruby
Executable File
7 lines
111 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require 'openvpn-status-web'
|
|
|
|
OpenVPNStatusWeb::Daemon.run!
|