aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-17 16:57:12 +0700
committerShulhan <ms@kilabit.info>2022-09-17 17:59:21 +0700
commit397789cea60237f357476c86df96cd234e7b37eb (patch)
treec984105fdf9802019370d1e584f50e4ab8f47b39 /README
parentb2a4fb1351628323d9a16c74fc0771a7c451d89e (diff)
downloadbin.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--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index b36e0f3..c5d348e 100644
--- a/README
+++ b/README
@@ -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