Skip to content

Commit

Permalink
Merge pull request #1 from kyndair/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
kyndair authored Apr 18, 2022
2 parents b7818d2 + 119c3cc commit de103d0
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 267 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Usage: gen_wg_config.sh [-f]
-C clear keys and profile files before generating new ones
-r regenerate server configuration profiles
-s switch from one surfshark wireguard conf to another
-u bring up wireguard
-d shutdown wireguard
```

The -s & -d switches are only in the bash version (ends .bash) not the ash version (ends .sh) as it makes use of features not present in ash including making use of wg-quick which is a bash script unsuitable for ash. Eventually both scripts should have parity of features.
The -u & -d switches are only in the bash version (ends .bash) not the ash version (ends .sh) as it makes use of features not present in ash including making use of wg-quick which is a bash script unsuitable for ash. Eventually both scripts should have parity of features.

# Caveats

Expand Down
Loading

0 comments on commit de103d0

Please sign in to comment.