1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-28 21:54:34 +02:00

fixed misprint

This commit is contained in:
Galonza Peter 2022-01-03 00:51:22 +03:00
parent fb3606c2b7
commit 844b19495d

View File

@ -1750,7 +1750,7 @@ def init_dashboard():
# Defualt dashboard server setting
if "Server" not in config:
config['Server'] = {}
if 'wg_conf_path' not in config['Serxecute ping traceroute command.ver']:
if 'wg_conf_path' not in config['Server']:
config['Server']['wg_conf_path'] = '/etc/wireguard'
# TODO: IPv6 for the app IP might need to configure with Gunicorn...
if 'app_ip' not in config['Server']: