-

Home

+
+

Home

+{# #} +
+ {% if conf == [] %}

You don't have any WireGuard configurations yet. Please check the configuration folder or change it in "Settings". By default the folder is "/etc/wireguard".

{% endif %} @@ -20,7 +25,7 @@
diff --git a/src/templates/signin.html b/src/templates/signin.html index 72bc148..82ea6b0 100644 --- a/src/templates/signin.html +++ b/src/templates/signin.html @@ -3,7 +3,7 @@ WGDashboard | Login - + @@ -37,7 +37,7 @@ {% include "footer.html" %} diff --git a/src/wgd.sh b/src/wgd.sh index ec7ea8e..3329a66 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -1,5 +1,7 @@ #!/bin/bash +# wgd.sh - Copyright(C) 2021 Donald Zou [https://github.com/donaldzou] +# Under Apache-2.0 License app_name="dashboard.py" app_official_name="WGDashboard" dashes='------------------------------------------------------------'