mirror of
				https://github.com/cmur2/openvpn-status-web.git
				synced 2025-11-04 04:25:09 +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!
 |