Add local ipv6 address
This commit is contained in:
parent
78a7aa91c0
commit
f60ab3e01f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class Config(object):
|
|||
data_dir = self.start_dir + "/data"
|
||||
log_dir = self.start_dir + "/log"
|
||||
|
||||
ip_local = ["127.0.0.1"]
|
||||
ip_local = ["127.0.0.1", "::1"]
|
||||
|
||||
# Main
|
||||
action = self.subparsers.add_parser("main", help='Start UiServer and FileServer (default)')
|
||||
|
|
Loading…
Reference in a new issue