Skip to content

n1s/SmartProxy-serverlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

VPN Configuration Rewriter for SmartProxy

This Python script converts a list of VPN endpoints (e.g., NordVPN servers) into a server list file that can be imported into the SmartProxy VPN browser extension. It allows you to bypass proprietary VPN vendor apps/extensions and use the open-source SmartProxy extension instead.

Usage

  1. Get user and pass/token from your VPN (NordVPN) provider website.
  2. Set in the script or export ENV variables:
export VPN_USER="your_username"
export VPN_PASS="your_password"
user = "your_username"
password = "your_password"
hostlist = "input.txt"
  1. Run the script:
HOSTLIST=nordvpn.txt python3 rewrite_serverlist.py
  1. Import serverlist.txt into SmartProxy.

Example

Output (serverlist.txt):

ae49.nordvpn.com:89 [HTTPS] [ae49] [your_username] [your_password]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages