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

@ -3,3 +3,4 @@ frp_version: "0.68.0"
frp_bind_port: 7000
frp_token: "{{ vault_frp_token }}"
frp_max_pool_count: 20
frp_tcp_mux: false