Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 4246b06

Browse files
authored
Add hostname to agent.toml of QUIC agent. (#927)
1 parent 128b837 commit 4246b06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/agent/quic/agent.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ minport = 0 #default: 0
5252
keystorePath = "./cert/certificate.pfx"
5353

5454
# Port of QUIC agent is going to listen on. Default port for WebTransport is not defined in WebTransport spec. We will update it when it's defined.
55-
port = 7700 #default: 7700
55+
port = 7700 #default: 7700
56+
57+
# FQDN of QUIC agent. It's included in WebTransport tokens as a part of the WebTransport URL client connects to. IP address will be included in WebTransport tokens if hostname is empty.
58+
hostname = ""

0 commit comments

Comments
 (0)