mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add haproxy and add pot for glorytun
This commit is contained in:
parent
5dc4952622
commit
1de17a4886
14 changed files with 716 additions and 1 deletions
7
luci-app-haproxy-tcp/luasrc/controller/haproxy-tcp.lua
Normal file
7
luci-app-haproxy-tcp/luasrc/controller/haproxy-tcp.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
module("luci.controller.haproxy-tcp", package.seeall)
|
||||
|
||||
function index()
|
||||
entry(
|
||||
{"admin", "services", "haproxy-tcp"},
|
||||
cbi("haproxy-tcp"), _("HAProxy-TCP"), 55)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue