mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-04-04 19:34:13 +02:00
Add CLI
This commit is contained in:
parent
b19220c2b4
commit
decd730623
@ -67,4 +67,4 @@ class OpenVPNStatusWeb
|
||||
end
|
||||
end
|
||||
|
||||
Rack::Handler::Mongrel.run OpenVPNStatusWeb.new('', ''), :Port => 9292
|
||||
Rack::Handler::Mongrel.run OpenVPNStatusWeb.new(ARGV[0], ARGV[1]), :Host => ARGV[2], :Port => ARGV[3]
|
||||
|
Loading…
x
Reference in New Issue
Block a user