diff --git a/cmd/ipfs_bootstrapd/main.go b/cmd/ipfs_bootstrapd/main.go index 1f079e2359b..c041d663f13 100644 --- a/cmd/ipfs_bootstrapd/main.go +++ b/cmd/ipfs_bootstrapd/main.go @@ -91,6 +91,8 @@ func run() error { } opts := []corehttp.ServeOption{ + corehttp.VersionOption(), + corehttp.IPNSHostnameOption(), gateway.ServeOption(), } return corehttp.ListenAndServe(node, *host, opts...)