pick wireguard and use your public external Ip address




#to add users
pivpn -a


#to create QR code
pivpn -qr

#update your router to auto forward you port you choose earlier# default is udp:51820


####    DONE wireguard sould work now   ####



#to figure out other commands
pivpin

#it puts the config in this folder
cd /home/dietpi/configs


#IF you want to host this to a site to copy temp
python -m http.server 7000
or
python3 -m http.server 7000

#then in web browser
http://192.168.1.xxx:7000


Good
youtube
video

curl -L https://install.pivpn.io | bash