Add local ipv6 address

This commit is contained in:
shortcutme 2019-01-20 03:26:45 +01:00
parent 78a7aa91c0
commit f60ab3e01f
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -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)')