Commit a0e5fc82 authored by Jeromy's avatar Jeromy

add version and ipns serve options to bootstrapd

parent 69e09d40
......@@ -91,6 +91,8 @@ func run() error {
}
opts := []corehttp.ServeOption{
corehttp.VersionOption(),
corehttp.IPNSHostnameOption(),
gateway.ServeOption(),
}
return corehttp.ListenAndServe(node, *host, opts...)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment