This commit is contained in:
nihilist 2025-05-07 09:43:51 +02:00
parent ab60e81a84
commit 0e65e06b3d
14 changed files with 8 additions and 560 deletions

View file

@ -6,7 +6,7 @@ In this tutorial we're going to look at how to port forward services from being
Situation: you want to run some services locally. But you want them to be publicly accessible without revealing your public IP.
Solution 1: install openvpn, and port forward through iptables, as seen on [](../mailprivate/index.md)
Solution 1: install openvpn, and port forward through iptables, as seen on [](../../opsec/mailprivate/index.md)
wget https://raw.githubusercontent.com/ech1/serverside/master/ovpn/openvpn-install.sh