Jump to content
Not connected, Your IP: 3.144.124.232

WireGuard with macOS - Terminal (Homebrew)

1
Install Homebrew, and then enter the command:
brew install wireguard-tools
2
Log in this site.
Enter Config Generator
Click on your favorite option.
Click on "Generate".
Download or extract files.
3
With wg-quick, the config file name will be used as interface name, but our Config Generator builds too complex names. So, rename the .conf file you want to use to a friendly interface name, e.g.
mv /Users/myuser/Downloads/AirVPN_BE-Brussels_Columba_UDP-1637.conf /Users/myuser/Downloads/wg.conf
4
To start tunnel
sudo wg-quick up /Users/myuser/Downloads/wg.conf
Use a full path to qualify your .conf.
5
To stop tunnel
sudo wg-quick down /Users/myuser/Downloads/wg.conf
Use an absolute path to qualify your .conf.
×
×
  • Create New...