skripting-section:bash:wireguard-vpn-server-setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
skripting-section:bash:wireguard-vpn-server-setup [2019/05/07 12:13] – created michaelskripting-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 ======
  
-''Installiert einen WireGuard VPN Server - CentOS 7 und Debian 9''+''Installiert einen WireGuard VPN Server - for Ubuntu 18.04 LTS, Debian 9 and CentOS 7.'' 
 + 
 +This script will let you setup your own VPN server in no more than a minute, even if you haven't used WireGuard before. It has been designed to be as unobtrusive and universal as possible. 
 + 
 +The script can be configured by setting the following environment variables: 
 + 
 +  * ''INTERACTIVE'' - if set to "no", the script will not prompt for user input 
 +  * ''PRIVATE_SUBNET'' - private subnet configuration, "10.9.0.0/24" by default 
 +  * ''SERVER_HOST'' - public IP address, detected by default 
 +  * ''SERVER_PORT'' - listening port, picked random by default 
 +  * ''CLIENT_DNS'' - comma serparated DNS servers to use by the client
  
 ===== Skript Sourcecode ===== ===== Skript Sourcecode =====
Line 10: Line 20:
 #!/bin/bash #!/bin/bash
 ############################################################################################ ############################################################################################
-#***************** WireGuard VPN Server Setup by Michael Reber - v 1.********************#+#***************** WireGuard VPN Server Setup by Michael Reber - v 1.********************#
 ############################################################################################ ############################################################################################
  
  • skripting-section/bash/wireguard-vpn-server-setup.1557223991.txt.gz
  • Last modified: 2019/05/07 12:13
  • by michael