Listen on IPv6 host by default
This commit is contained in:
parent
626490133e
commit
182e13863c
1 changed files with 1 additions and 1 deletions
|
@ -65,4 +65,4 @@ if __name__ == '__main__':
|
||||||
mystrom = MyStrom(args.device)
|
mystrom = MyStrom(args.device)
|
||||||
app = web.Application()
|
app = web.Application()
|
||||||
app.add_routes([web.get('/metrics', mystrom.get)])
|
app.add_routes([web.get('/metrics', mystrom.get)])
|
||||||
web.run_app(app)
|
web.run_app(app, host='::')
|
||||||
|
|
Loading…
Reference in a new issue