fix(quic): align edge client TLS test endpoint

This commit is contained in:
linbo 2026-08-04 15:41:29 +08:00
parent ba8f1e1821
commit ebadec8fe1

View File

@ -3,7 +3,7 @@ quic_edge {
# Task enablement is controlled by manager/task_manager.pb.txt. Configure a
# reachable QUIC Gateway and TLS policy before enabling the task there.
server_host: "192.168.0.222"
server_host: "192.168.0.118"
server_port: 4433
alpn: "cmvr-quic-edge/1"
node_id: "cmvr-edge"
@ -25,7 +25,7 @@ quic_edge {
tls {
ca_file: "certs/cmvr-quic-ca.crt"
server_name: "192.168.0.222"
server_name: "192.168.0.118"
allow_insecure: false
}