Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: InlineDNSLink:true in conformance-tests
Browse files Browse the repository at this point in the history
boxo v0.11 made this an explicit flag
  • Loading branch information
lidel committed Aug 2, 2023
1 parent 67314bd commit 44c44cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Check warning on line 142 in handlers.go

View check run for this annotation

Codecov / codecov/patch

handlers.go#L142

Added line #L142 was not covered by tests
DeserializedResponses: true,
UseSubdomains: true,
}
Expand Down

0 comments on commit 44c44cf

Please sign in to comment.