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 668 B

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