From 36b2a586756fc279304170976c9d486498d55919 Mon Sep 17 00:00:00 2001 From: Peter Liu <30622363+PedroLiu1999@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:41:50 +0100 Subject: feat: Add NordVPN NordLynx (WireGuard) integration (#3827) * feat: Add NordVPN NordLynx (WireGuard) integration with dedicated UI and backend services. * remove limit=10 to get all servers * feat: add city selector to NordVPN modal * feat: auto-select best server on country/city change * feat: simplify filter logic and enforce > 7% load * fix --------- Co-authored-by: Sanaei --- web/html/modals/nord_modal.html | 306 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 306 insertions(+) create mode 100644 web/html/modals/nord_modal.html (limited to 'web/html/modals') diff --git a/web/html/modals/nord_modal.html b/web/html/modals/nord_modal.html new file mode 100644 index 00000000..c86d8ed9 --- /dev/null +++ b/web/html/modals/nord_modal.html @@ -0,0 +1,306 @@ +{{define "modals/nordModal"}} + + + + + + +{{end}} -- cgit v1.2.3