From: Philipp Klaus Date: Sun, 24 Sep 2017 09:05:05 +0000 (+0800) Subject: DASH: serve on all ifaces by default (also /w --server paste) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=94352a0eed6c4b137ea3a0b5f072c9c113f15a8c;p=mvd_epics.git DASH: serve on all ifaces by default (also /w --server paste) --- diff --git a/python_suite/dashboard/dashboard.py b/python_suite/dashboard/dashboard.py index 6ac803e..5e4ca9d 100755 --- a/python_suite/dashboard/dashboard.py +++ b/python_suite/dashboard/dashboard.py @@ -239,7 +239,7 @@ def main(): import argparse, sys parser = argparse.ArgumentParser() - parser.add_argument('--host', default='', + parser.add_argument('--host', default='0.0.0.0', help='The host (IP address) the web server should listen on.') parser.add_argument('--port', default=4913, help='The port the web server should listen on.')