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/xray.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'web/html/xray.html') diff --git a/web/html/xray.html b/web/html/xray.html index 040ae2ee..01b4e4e2 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -163,6 +163,7 @@ {{template "modals/dnsPresetsModal"}} {{template "modals/fakednsModal"}} {{template "modals/warpModal"}} +{{template "modals/nordModal"}}