From caa9a904763ad4232205b7c8e547a065a392f6a9 Mon Sep 17 00:00:00 2001
From: Galonza Peter
Date: Sun, 17 Oct 2021 22:55:08 +0300
Subject: [PATCH] added dual-stack
---
src/dashboard.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dashboard.py b/src/dashboard.py
index f742891b..9addd116 100644
--- a/src/dashboard.py
+++ b/src/dashboard.py
@@ -1139,7 +1139,7 @@ def init_dashboard():
if 'wg_conf_path' not in config['Server']:
config['Server']['wg_conf_path'] = '/etc/wireguard'
if 'app_ip' not in config['Server']:
- config['Server']['app_ip'] = '0.0.0.0'
+ config['Server']['app_ip'] = '::'
if 'app_port' not in config['Server']:
config['Server']['app_port'] = '10086'
if 'auth_req' not in config['Server']: