diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-17 16:57:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-17 17:59:21 +0700 |
| commit | 397789cea60237f357476c86df96cd234e7b37eb (patch) | |
| tree | c984105fdf9802019370d1e584f50e4ab8f47b39 /README | |
| parent | b2a4fb1351628323d9a16c74fc0771a7c451d89e (diff) | |
| download | bin.sh-397789cea60237f357476c86df96cd234e7b37eb.tar.xz | |
all: add script wg-activate.sh
The wg-activate.sh is script that activate only one wireguard connection
from list of configuration in /etc/wireguard/*.conf or turning off
all of them if no parameter is given.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ A collection of shell scripts. Script to open new tmux session with start directory based on configuration in `~/.tmux.session`. +*wg-activate.sh*:: +Script that activate only one wireguard connection from list of +configuration in /etc/wireguard/*.conf or turning off all of them if no +parameter is given. + == Installation |
