From 44c44cf37aaa501636c483374e76ff23b6c72b0e Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 2 Aug 2023 17:53:18 +0200 Subject: [PATCH] fix: InlineDNSLink:true in conformance-tests boxo v0.11 made this an explicit flag --- handlers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers.go b/handlers.go index 2463d72..1b31cbd 100644 --- a/handlers.go +++ b/handlers.go @@ -139,6 +139,7 @@ func makeGatewayHandler(bs bstore.Blockstore, kuboRPC []string, port int, blockC publicGateways["example.com"] = &gateway.PublicGateway{ Paths: []string{"/ipfs", "/ipns"}, NoDNSLink: noDNSLink, + InlineDNSLink: true, DeserializedResponses: true, UseSubdomains: true, }