Skip to content

Commit

Permalink
TestKit backend: enable IPv6 (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude authored Feb 13, 2024
1 parent ba3a477 commit 45173b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public override string Respond()

private void DriverConfig(ConfigBuilder configBuilder)
{
configBuilder.WithMetricsEnabled(true);
configBuilder.WithMetricsEnabled(true).WithIpv6Enabled(true);

if (!string.IsNullOrEmpty(data.userAgent))
{
Expand Down

0 comments on commit 45173b2

Please sign in to comment.