Add wg-install.sh
parent
09483cc4cd
commit
a9782abe34
|
@ -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
|
Loading…
Reference in New Issue