mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| module("luci.controller.haproxy-tcp", package.seeall)
 | |
| 
 | |
| function index()
 | |
|   entry(
 | |
|     {"admin", "services", "haproxy-tcp"},
 | |
|     cbi("haproxy-tcp"), _("HAProxy-TCP"), 55)
 | |
| end
 |