mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update nginx-ha luci interface to support multiple stream
This commit is contained in:
parent
6c716b8886
commit
3a08cc3074
4 changed files with 38 additions and 19 deletions
|
@ -1,8 +1,16 @@
|
|||
|
||||
config general 'general'
|
||||
config general 'ShadowSocks'
|
||||
option enable '0'
|
||||
option retries '1'
|
||||
option timeout '1000'
|
||||
option listen '0.0.0.0:65101'
|
||||
option startup_delay '5'
|
||||
list upstreams '1.2.3.4:65101 weight=1 max_fails=3 fail_timeout=30s'
|
||||
|
||||
config general 'VPN'
|
||||
option enable '0'
|
||||
option retries '1'
|
||||
option timeout '1000'
|
||||
option listen '0.0.0.0:65001'
|
||||
option startup_delay '5'
|
||||
list upstreams '1.2.3.4:65001 weight=1 max_fails=3 fail_timeout=30s'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue