Commit a2dc2837 authored by Alain Takoudjou's avatar Alain Takoudjou

re6st-registry: by default don't bind to ipv6

parent 03f01032
...@@ -64,7 +64,7 @@ def main(): ...@@ -64,7 +64,7 @@ def main():
help="Port on which the server will listen.") help="Port on which the server will listen.")
_('-4', dest='bind4', default='0.0.0.0', _('-4', dest='bind4', default='0.0.0.0',
help="Bind server to this IPv4.") help="Bind server to this IPv4.")
_('-6', dest='bind6', default='::', _('-6', dest='bind6',
help="Bind server to this IPv6.") help="Bind server to this IPv6.")
_('--db', default='/var/lib/re6stnet/registry.db', _('--db', default='/var/lib/re6stnet/registry.db',
help="Path to SQLite database file. It is automatically initialized" help="Path to SQLite database file. It is automatically initialized"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment