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
9
luci-app-haproxy-tcp/root/etc/config/haproxy-tcp
Normal file
9
luci-app-haproxy-tcp/root/etc/config/haproxy-tcp
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
config general 'general'
|
||||
option enable '0'
|
||||
option retries '1'
|
||||
option timeout '1000'
|
||||
option listen '0.0.0.0:65101'
|
||||
option admin_stats '7777'
|
||||
option startup_delay '5'
|
||||
list upstreams '1.2.3.4:65101'
|
Loading…
Add table
Add a link
Reference in a new issue