Skip to content

Commit

Permalink
add version and ipns serve options to bootstrapd
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Feb 20, 2015
1 parent 69e09d4 commit a0e5fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/ipfs_bootstrapd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ func run() error {
}

opts := []corehttp.ServeOption{
corehttp.VersionOption(),
corehttp.IPNSHostnameOption(),
gateway.ServeOption(),
}
return corehttp.ListenAndServe(node, *host, opts...)
Expand Down

0 comments on commit a0e5fc8

Please sign in to comment.