Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
skripting-section:bash:wireguard-vpn-server-setup [2019/05/07 12:13] – created michael | skripting-section:bash:wireguard-vpn-server-setup [2019/05/07 12:17] (current) – [WireGuard VPN Server Setup Skript] michael | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== WireGuard VPN Server Setup Skript ====== | ====== WireGuard VPN Server Setup Skript ====== | ||
- | '' | + | '' |
+ | |||
+ | This script will let you setup your own VPN server in no more than a minute, even if you haven' | ||
+ | |||
+ | The script can be configured by setting the following environment variables: | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
===== Skript Sourcecode ===== | ===== Skript Sourcecode ===== | ||
Line 10: | Line 20: | ||
#!/bin/bash | #!/bin/bash | ||
############################################################################################ | ############################################################################################ | ||
- | # | + | # |
############################################################################################ | ############################################################################################ | ||