feat: Add NordVPN NordLynx (WireGuard) integration#3827
Merged
MHSanaei merged 8 commits intoMHSanaei:mainfrom Apr 19, 2026
Merged
feat: Add NordVPN NordLynx (WireGuard) integration#3827MHSanaei merged 8 commits intoMHSanaei:mainfrom
MHSanaei merged 8 commits intoMHSanaei:mainfrom
Conversation
…and backend services.
fdb84c0 to
7d1f28a
Compare
Owner
|
Thanks for your PR |
Contributor
Author
Permission granted |
0dc4df2 to
f0f98c7
Compare
7420fee to
0e6d549
Compare
46d9a0e to
ea53da9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces comprehensive support for NordVPN outbounds using the WireGuard (NordLynx) protocol. It enables users to easily route traffic through NordVPN servers directly from the 3x-ui panel.
Key Features
NordService) for interacting with NordVPN APIs.nord-<hostname>) for precise traffic control.Changes
Backend
web/service/nord.go: Core logic for NordVPN API interaction.web/controller/xray_setting.go: Endpoints for server fetching and credential management.web/service/setting.go: Storage and retrieval of NordVPN configuration.Frontend
web/html/modals/nord_modal.html: The main user interface for NordVPN setup.web/html/settings/xray/outbounds.html: Added "NordVPN" quick-access button.web/html/settings/xray/basics.html: Added NordVPN routing rule configuration.web/html/xray.html: Enhanced template processing for dynamic outbound tags.Localization
web/translation/translate.en_US.tomlweb/translation/translate.fa_IR.tomlweb/translation/translate.zh_CN.tomlType of Changes
Screenshots