add version and ipns serve options to bootstrapd
Jeromy committed
Feb 20, 2015 at 12:20 UTC
a0e5fc8294c2551f3a8c599f2a78ed5ba4167534
1 file changed
+2
cmd/ipfs_bootstrapd/main.go
+2
@@ -91,6 +91,8 @@ func run() error {
91
}
92
93
opts := []corehttp.ServeOption{
94
+ corehttp.VersionOption(),
95
+ corehttp.IPNSHostnameOption(),
96
gateway.ServeOption(),
97
}
98
return corehttp.ListenAndServe(node, *host, opts...)