Update wireguard-install.sh

This commit is contained in:
Peppa Pig 2019-09-23 23:31:19 -04:00 committed by GitHub
parent 68310eebaf
commit fb184adafb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ else
ENDPOINT="$SERVER_PUB_IP:$SERVER_PORT"
fi
function wireguard-install () {
function wireguard-install() {
# Install WireGuard tools and module
if [[ "$OS" = 'ubuntu' ]]; then
add-apt-repository ppa:wireguard/wireguard
@ -183,11 +183,14 @@ esac
chmod 600 -R /etc/wireguard/
function forwarding-ip() {
# Enable routing on the server
echo "net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1" > /etc/sysctl.d/wg.conf
sysctl --system
}
forwating-ip
systemctl start "wg-quick@$SERVER_WG_NIC"
systemctl enable "wg-quick@$SERVER_WG_NIC"
systemctl start "wg-quick@$SERVER_WG_NIC"