Skip to content

cryptexctl/ulta-delta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

UltaVPN Link Decoder and Config Generator

DESCRIPTION
This tool decodes UltaVPN links (vpn://) and can fetch WireGuard configurations from the API.

USAGE
python vpn2conf.py <vpn_link> [OPTIONS]

OPTIONS
  -gc, --get-conf    Fetch WireGuard configuration from API
  -o, --output FILE  Save WireGuard configuration to FILE
  -h, --help         Show help message

EXAMPLES
1. Decode VPN link only:
   python vpn2conf.py "vpn://abcd1234..."

2. Decode VPN link and fetch configuration:
   python vpn2conf.py "vpn://abcd1234..." -gc

3. Decode VPN link, fetch and save configuration:
   python vpn2conf.py "vpn://abcd1234..." -gc -o wireguard.conf 

About

unpack ultavpn keys to awg conf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages