Skip to content

Easy WireGuard Connection

Actions
Easy WireGuard Connection Setup
v2
Latest
Star (3)

Easy WireGuard Connection

This GitHub Action simplifies the setup of a WireGuard connection using wg-quick. It only requires a WireGuard configuration file as input to get your connection up and running quickly. No more multiple input variables or complex setup!

Usage

To use this GitHub Action, follow these steps in your workflow file:

name: Set up WireGuard Connection

on:
  push:
    branches:
      - main

jobs:
  wireguard:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout code
      uses: actions/checkout@v4

    - name: Set up WireGuard Connection
      uses: niklaskeerl/easy-wireguard-action@v2
      with:
        WG_CONFIG_FILE: ${{ secrets.WG_CONFIG_FILE }}

Easy WireGuard Connection is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Easy WireGuard Connection Setup
v2
Latest

Easy WireGuard Connection is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.