Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaketurner616/autowgc

A CLI only wireguard client for Linux
https://github.com/jaketurner616/autowgc

baremetal bash linux shell-script shell-scripting shell-tools vm vpn wireguard

Last synced: 28 days ago
JSON representation

A CLI only wireguard client for Linux

Awesome Lists containing this project

README

        

# autowgc (Auto Wireguard Client)
Allows for easy managment of a wireguard connection. Requires a root or sudo user.

------------
Download:

`sudo wget -qO - api.serverboi.org > ~/autowgc.sh`

Execute:

`sudo bash ~/autowgc.sh`

------------

Syntax:

sudo bash ~/autowgc [ -h | -a `` | -s ]

flags:

-a `` Add a wireguard client config file or ommit the `` to start an already added connection.
`` Should be the location of a valid wireguard config. > EXAMPLE: sudo ~/autowgc -a ~/Wireguard.conf

-s Stop the wireguard VPN.

-h Shows command syntax and other info.