Add quic-listen-port flag for customization of the port used by QUIC proxy (#1473)

This commit is contained in:
Luna Yao
2025-10-14 03:43:50 +02:00
committed by GitHub
parent 87b7b7ed7c
commit 5292b87275
7 changed files with 39 additions and 12 deletions
+1
View File
@@ -47,6 +47,7 @@ pub fn gen_default_flags() -> Flags {
private_mode: false,
enable_quic_proxy: false,
disable_quic_input: false,
quic_listen_port: 0,
foreign_relay_bps_limit: u64::MAX,
multi_thread_count: 2,
encryption_algorithm: "aes-gcm".to_string(),