Skip to content

Instantly share code, notes, and snippets.

@cy920820
Last active May 31, 2024 06:07
Show Gist options
  • Save cy920820/35b99c6a8388f56fa729fcc830d1bedd to your computer and use it in GitHub Desktop.
Save cy920820/35b99c6a8388f56fa729fcc830d1bedd to your computer and use it in GitHub Desktop.

Revisions

  1. cy920820 renamed this gist May 8, 2024. 1 changed file with 0 additions and 0 deletions.
  2. cy920820 created this gist May 8, 2024.
    11 changes: 11 additions & 0 deletions resove-openvpn-not-working-on-macos.md
    Original 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
    ```