mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Add multiqueue option to glorytun TCP
This commit is contained in:
parent
e4a6d5e4fb
commit
c468d149d7
2 changed files with 3 additions and 1 deletions
|
@ -9,4 +9,5 @@ config glorytun 'vpn'
|
|||
option chacha20 '1'
|
||||
option mtuauto '1'
|
||||
option localip '10.255.255.2'
|
||||
option remoteip '10.255.255.1'
|
||||
option remoteip '10.255.255.1'
|
||||
option multiqueue '1'
|
|
@ -74,6 +74,7 @@ start_instance() {
|
|||
[ "${listener}" = "1" ] && procd_append_param command listener
|
||||
[ "${mptcp}" = "1" ] && procd_append_param command mptcp
|
||||
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
||||
[ "${multiqueue}" = "1" ] && procd_append_param command multiqueue
|
||||
|
||||
procd_append_param command \
|
||||
retry count -1 const 500000 \
|
||||
|
|
Loading…
Reference in a new issue