From a9782abe3463d55a3d6f6ae66366f90b9c4a688b Mon Sep 17 00:00:00 2001 From: six Date: Thu, 21 Mar 2024 10:43:32 +0000 Subject: [PATCH] Add wg-install.sh --- wg-install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wg-install.sh diff --git a/wg-install.sh b/wg-install.sh new file mode 100644 index 0000000..2566c96 --- /dev/null +++ b/wg-install.sh @@ -0,0 +1,7 @@ +#!/bin/sh +apt update +apt upgrade -y +apt install wireguard resolvconf -y +echo '64.176.163.201 wg.g6.network' >> /etc/hosts +#cp wgfile.conf +#wg-quick up peerX \ No newline at end of file