Bubble documentation
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

linux_vpn.md 621 B

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!