1 2 3 4 5 6 7 8
help: Show all active IPsec Security Associations (SA) run: if pgrep charon >&/dev/null; then sudo /usr/sbin/swanctl --list-sas else echo -e "IPSec Process NOT Running\n" fi