fix: disable tcpMux to avoid head-of-line blocking on CGNAT

This commit is contained in:
Kiro 2026-04-07 22:02:47 +02:00
parent 39d83172d3
commit 2650391432
2 changed files with 2 additions and 0 deletions

View file

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