diff --git a/yabgp/api/config.py b/yabgp/api/config.py index 18e316c..06e62be 100644 --- a/yabgp/api/config.py +++ b/yabgp/api/config.py @@ -20,7 +20,7 @@ rest_server_ops = [ cfg.StrOpt('bind_host', - default='127.0.0.1', + default='0.0.0.0', help='Address to bind the API server to'), cfg.IntOpt('bind_port', default=8801,