mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-04 15:00:23 +01:00
fixed misprint
This commit is contained in:
parent
fb3606c2b7
commit
844b19495d
@ -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']:
|
||||
|
Loading…
Reference in New Issue
Block a user