feat: bind mist on all interfaces
This commit is contained in:
@@ -29,6 +29,7 @@ pub fn main() {
|
|||||||
secret_key_base,
|
secret_key_base,
|
||||||
)
|
)
|
||||||
|> mist.new
|
|> mist.new
|
||||||
|
|> mist.bind("0.0.0.0")
|
||||||
|> mist.port(3000)
|
|> mist.port(3000)
|
||||||
|> mist.start
|
|> mist.start
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user