Skip to content

Instantly share code, notes, and snippets.

@mafikes
Created August 29, 2017 13:52
Show Gist options
  • Save mafikes/b17588a72d0e3ca7d1686691dd9fd85b to your computer and use it in GitHub Desktop.
Save mafikes/b17588a72d0e3ca7d1686691dd9fd85b to your computer and use it in GitHub Desktop.
FortiClient mac os - fix dns - remote access internet not work
#!/bin/bash
scutil <<EOF
d.init
d.add ServerAddresses 8.8.8.8 8.8.4.4
set State:/Network/Service/forticlientsslvpn/DNS
quit
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment