Skip to content

Instantly share code, notes, and snippets.

View velusgautam's full-sized avatar
Learning Javascript

Velu S Gautam velusgautam

Learning Javascript
View GitHub Profile
@jrussett
jrussett / pan_globalprotect_notes.md
Last active March 30, 2023 12:55
Dealing with PaloAltoNetworks GlobalProtect VPN

Prevent Automatic daemon launching:

Modify the launchd agent for GlobalProtect:

sudo nvim /Library/LaunchAgents/com.paloaltonetworks.gp.pangpa.plist
  • Modify RunAtLoad and KeepAlive to <false/>
sudo nvim /Library/LaunchAgents/com.paloaltonetworks.gp.pangps.plist