Hi,
I have set up DietPi as a seedbox. As a last step I configured DietPi VPN via the launcher (incl. auto-start and killswitch) and connected via PIA. Everything works correctly, I used curl ipinfo.io
to check my IP address and it matches the selected VPN connection. However, I am a bit paranoid due to the usage as a seedbox and would like to test if the killswitch is working correctly. Does anyone know a method for this?
PS: For the use of Radarr/Sonarr etc. Web-UI I have enabled the corresponding ports via -A INPUT -p tcp --dport <PORT> -j ACCEPT
. Could there be a security risk here?