-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved Service - lacking major features (token-to-key generator, multi-hop servers, IP-based addresses) #8
Comments
it would be nice if you left me something i can contact you with . i can further explain why i made those changes and we can further talk about an alternative implementation that can work for you as well |
GitHub doesn't have personal message feature and users don't like advertising their email addresses in profiles. The best option is to create a general "Discussion" section for this repository and maybe some sub-sections, such as "Feature Request". I am among many Windows WireGuard users seeking a secure, simple, and easy way to obtain NordVPN WireGuard configurations and keys. GitHub has a plethora of NordVPN WireGuard configuration generators, but mostly for Linux. What makes your original (old) website different is that it is very simple, allows use of trusted software (web browsers), and even takes privacy in consideration by hiding private key after a few seconds. I think NordVPN makes it difficult to obtain keys because official WireGuard software does not hide private keys, public keys, peer information, and listening ports on user screens unless user is part of "Network Configuration Operator" group. All that information should be hidden from eyes by default, but this is a different matter. I hope someone can create a WireGuard NT fork that simply hides that information. |
if you really need the old one back you can access it via this link : its just the old one hosted under a new name. if you have anything else i could help with let me know |
That works! Much appreciated, please don't remove it or re-introduce the same feature in your newer page. Have you given through about additional features, such a allowing configuration of custom DNS, domain-to-IP conversion, keepalive value, and then providing an option for downloading all/selected profiles at once with private key, custom DNS, IP address, and keepalive settings already included? Also, can authentication token be generated offline? I know that several tokens can be created for NordVPN, but they all produce the same exact private key. That means there has to be some kind of pattern to it. |
I updated all my tools to include the features you requested, but the web version is still in progress. This time, I’m creating a dedicated API to keep things cleaner and easier to use. As for generating the key offline, I don’t think it’s possible because I rely on making an API call to the Nord server. I don’t know how they handle the conversion or where they store their private keys. |
Your suggestions have been added if there is anything else you would like to suggest let me know other than that i should close this as completed . |
Amazing work! Much better than using NordVPN's apps! They should pay you for your service to their customers. So far I only noticed a couple of simple things needed:
The complicated stuff that would be very welcome is:
|
Your NordVPN Configurator site was great for people like me who wanted to use WireGuard NT (official WireGuard for Windows implementation), but the new site and forced re-direction to it was a major downgrade because 3 major features were removed:
To get WireGuard for Windows to work with NordVPN, one must login to account, acquiring access token (after email verification), copy token into your configurator executable to acquire private key, download desired NordVPN WireGuard configurations, then lookup domains inside configuration to get IP's, replace domains with IP's in configuration files, and paste private key. Your old site allowed to reduce the number of needed steps by providing the 3 mentioned features. Can you re-introduce them, please?
It would be even of greater help to provide a service that can automate this process even further by generating configuration files with desired private key, DNS address, keepalive interval, etc. Of course official NordVPN bundle for Windows does that already, but it is basically bloatware with needless features.
The text was updated successfully, but these errors were encountered: