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