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