Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaketurner616/autowgc
- Owner: JakeTurner616
- License: gpl-3.0
- Created: 2022-02-03T01:38:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T19:57:04.000Z (over 2 years ago)
- Last Synced: 2024-11-10T13:19:12.291Z (3 months ago)
- Topics: baremetal, bash, linux, shell-script, shell-scripting, shell-tools, vm, vpn, wireguard
- Language: Shell
- Homepage: https://serverboi.org/autowgc.sh
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.