diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index a2fbbfc2..6c8e00f2 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,43 +7,49 @@ assignees: ''
---
-**Before submitting an issue**
+
+
+
-**Your environment**
-* Raspberry Pi hardware (examples: Pi 3 Model B+, Pi Zero W)
-* Raspbian version (examples: RPi OS Lite, Armbian)
-* RaspAP version (reported by the Quick Installer)
-* Followed the project prerequisites? (Y/N)
-* Checked the project FAQ? (Y/N)
-* RaspAP Quick Install or Manual setup?
-* Using default configuration? (Y/N)
-* Simultaneous AP and managed mode? (Y/N)
-* Onboard wireless chipset or external adapter?
-* Other software or services running with RaspAP?
+## Checklist
+
+- [ ] This is a bug report
+- [ ] I have searched this repository for existing issues
+- [ ] I checked the FAQ and official documentation before creating this issue
+- [ ] I have read and understand the issue reporting guidelines
-**Steps to reproduce**
-Tell us how to reproduce this issue. Provide as much detailed information as possible.
+## Bug description
+
-**Expected behavior**
-A clear and concise description of what you expected to happen.
+## Your environment
+1. Operating System: **ENTER HERE**
+2. Hardware and version:
+3. RaspAP version:
+4. Followed the project prerequisites?
+5. RaspAP Quick Install or Manual setup?
+6. Using default configuration?
+7. Simultaneous AP and managed mode?
+8. Onboard wireless chipset or external adapter?
+9. Other software or services running with RaspAP?
-**Actual behavior**
-Tell us what you observed instead.
+## Steps to reproduce
+
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
+## Screenshots
+
-**Additional context**
-Add any other context about the problem here.
+## Additional context
+
diff --git a/BACKERS.md b/BACKERS.md
index cabd988b..fda9b737 100644
--- a/BACKERS.md
+++ b/BACKERS.md
@@ -21,7 +21,7 @@ When backers were asked which feature they'd most like to see added to RaspAP, t
✅ OpenVPN service logging
✅ Night mode toggle
✅ Restrict network to static clients
-⚙️ WireGuard support (in progress)
+✅ WireGuard support
⚙️ Traffic shaping (in progress)
Look for the list above to grow as we add more exclusive features.
@@ -34,7 +34,7 @@ Below is a list of funding targets. When a funding target is reached, the featur
✅ OpenVPN service logging
✅ Night mode toggle
✅ Restrict network to static clients
-⚙️ WireGuard support (in progress)
+✅ WireGuard support
⚙️ Traffic shaping (in progress)
### Frequently asked questions
diff --git a/CNAME b/CNAME
deleted file mode 100644
index 0949dd03..00000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-raspap.com
\ No newline at end of file
diff --git a/installers/common.sh b/installers/common.sh
index 8b532be3..986822d3 100755
--- a/installers/common.sh
+++ b/installers/common.sh
@@ -640,9 +640,10 @@ function _optimize_php() {
function _install_complete() {
_install_log "Installation completed"
- echo "Join RaspAP Insiders for access to exclusive features:"
+ echo "Join RaspAP Insiders for early access to exclusive features!"
echo -e "${ANSI_RASPBERRY}"
- echo "> https://github.com/sponsors/RaspAP"
+ echo "> https://docs.raspap.com/insiders/"
+ echo "> https://github.com/sponsors/RaspAP/"
echo -e "${ANSI_RESET}"
if [ "$assume_yes" == 0 ]; then
# Prompt to reboot if wired ethernet (eth0) is connected.
diff --git a/templates/hostapd/advanced.php b/templates/hostapd/advanced.php
index d0559cfe..f7c9ee93 100644
--- a/templates/hostapd/advanced.php
+++ b/templates/hostapd/advanced.php
@@ -233,7 +233,7 @@
-
+
@@ -281,7 +281,7 @@
-
+
diff --git a/yarn.lock b/yarn.lock
index b225fa08..fc411a7a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4712,9 +4712,9 @@ xtend@~4.0.0, xtend@~4.0.1:
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
y18n@^3.2.1:
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
- integrity sha1-bRX7qITAhnnA136I53WegR4H+kE=
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696"
+ integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==
y18n@^4.0.0:
version "4.0.0"