Comment on Setting up your own VPN
Wbbl@feddit.de 1 year ago
I use this one-liner to set up an IPsec VPN server:
wget get.vpnsetup.net -O vpn.sh && sudo sh vpn.sh
Comment on Setting up your own VPN
Wbbl@feddit.de 1 year ago
I use this one-liner to set up an IPsec VPN server:
wget get.vpnsetup.net -O vpn.sh && sudo sh vpn.sh
rikudou@lemmings.world 1 year ago
Security 101: Never blindly run shell scripts from a random comment on the internet.
gravitas_deficiency@sh.itjust.works 1 year ago
It’s also piped to
sudo
so that’s super cool tooGlitzyArmrest@lemmy.world 1 year ago
I sure hope there isn’t a
rm -rf
floating around in there somewhere… kind of like a certain past incident with major gaming client.gabriele97@lemmy.g97.top 1 year ago
I want to know more 😳 do you have something? A link?