moq: default web and module relay to Cloudflare interop

This commit is contained in:
every.channel 2026-02-20 12:56:08 -08:00
parent d71d229ec0
commit 6d39ecb3bf
No known key found for this signature in database
4 changed files with 7 additions and 6 deletions

View file

@ -48,7 +48,7 @@ in
relayUrl = lib.mkOption {
type = lib.types.str;
default = "https://relay.cloudflare.mediaoverquic.com/";
default = "https://interop-relay.cloudflare.mediaoverquic.com/";
description = "MoQ relay URL for ec-node wt-publish.";
};