1
0
Fork 0
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:
Ycarus 2018-06-26 12:10:31 +02:00
parent 6c716b8886
commit 3a08cc3074
4 changed files with 38 additions and 19 deletions

View file

@ -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'