]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: serve on all ifaces by default (also /w --server paste)
authorPhilipp Klaus <philipp.klaus@gmail.com>
Sun, 24 Sep 2017 09:05:05 +0000 (17:05 +0800)
committerPhilipp Klaus <philipp.klaus@gmail.com>
Sun, 24 Sep 2017 09:05:05 +0000 (17:05 +0800)
python_suite/dashboard/dashboard.py

index 6ac803e91d3455662033985b5ce04c0f9bb675d8..5e4ca9d8c5facc24fbb84d33d8a3900c42f7ebd3 100755 (executable)
@@ -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.')