Skip to content

freddylist/ivpn-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

IVPN FZF interface

This is an alternative interface to IVPN using their wireguard configuration files.

Disclaimer

I am not responsible for any bad things that might happen when you use this. Use these scripts at your own risk!!!

Requirements

  • fzf
  • doas (replace with sudo yourself if you desire)

Probably already installed:

  • wireguard
  • curl
  • jq

Instructions

  1. Log in to IVPN.
  2. Generate and download configuration files.
  3. Create /etc/wireguard if it does not exist.
    • Make sure it is readable by your user, for example if you are in the group wheel you could do as root mkdir -p /etc/wireguard && chown root:wheel /etc/wireguard && chmod g+rx /etc/wireguard.
  4. Unzip the configuration files into /etc/wireguard.
    • As root, cd /etc/wireguard && unzip /path/to/configs.zip
  5. Put connect-ivpn and disconnect-ivpn somewhere in $PATH
  6. Profit!

About

IVPN FZF interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages