fix: disable tcpMux to avoid head-of-line blocking on CGNAT
This commit is contained in:
parent
39d83172d3
commit
2650391432
2 changed files with 2 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ frp_server_port: 7000
|
|||
frp_token: "{{ vault_frp_token }}"
|
||||
frp_pool_count: 10
|
||||
frp_use_compression: false
|
||||
frp_tcp_mux: false
|
||||
frp_tc_device: "ens18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue