Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mzz2017/keep-wg-alive

Check and reconnect the wg interfaces automaticly.
https://github.com/mzz2017/keep-wg-alive

Last synced: about 1 month ago
JSON representation

Check and reconnect the wg interfaces automaticly.

Awesome Lists containing this project

README

        

# keep-wg-alive

Wireguard connection would disconnect after a long sleep. And this repo will help you check and reconnect the wg interfaces automaticly.

## Installation

### Archlinux / Manjaro

```bash
git clone https://aur.archlinux.org/keep-wg-alive-git.git
cd keep-wg-alive-git
makepkg -si
```

### Universal
```bash
sudo cp keep-wg-alive.sh /usr/bin
sudo cp systemd/* /usr/lib/systemd/system
```

## Usage
### Systemd
```bash
sudo systemctl enable --now keep-wg-alive.timer
```