aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--junos-bootstrap/httpd/server_http.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/junos-bootstrap/httpd/server_http.py b/junos-bootstrap/httpd/server_http.py
index 000bd41..ea74dd4 100644
--- a/junos-bootstrap/httpd/server_http.py
+++ b/junos-bootstrap/httpd/server_http.py
@@ -21,9 +21,7 @@ def main():
'host': 'localhost'
},
'http': {
- # host = 'localhost',
- 'host': '10.0.30.131',
- # 'host': '10.0.100.2',
+ 'host': '0.0.0.0',
'port': 80
}
}