Last active
May 31, 2024 06:07
-
-
Save cy920820/35b99c6a8388f56fa729fcc830d1bedd to your computer and use it in GitHub Desktop.
Revisions
-
cy920820 renamed this gist
May 8, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
cy920820 created this gist
May 8, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ Open your terminal and paste that command: ```bash sudo launchctl list | grep org.openvpn.client ``` If you see no output after launching that command - problenis in the OpenVPN Launch Daemon. Paste another command to launch it: ```bash sudo launchctl load /Library/LaunchDaemons/org.openvpn.client.plist ```