Bubble documentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678
  1. * Install Wireguard by following the instructions for your Linux distribution at from: https://www.wireguard.com/install/
  2. * Login to your Bubble
  3. * Navigate to the Devices screen
  4. * In the "Add Device" section, enter a name for your Linux system and click or tap the "Add" button to add it.
  5. * Click or tap "Show VPN connetion info" for your new Linux device. Click the button that reads "Download vpn.conf file"
  6. * After you have downloaded the file, as the root user, copy the file to `/etc/wireguard/wg0.conf`
  7. * As root, run `wg-quick up wg0`
  8. * Congratulations! You are now connected to your Bubble's VPN!