Skip to content

Instantly share code, notes, and snippets.

@scfcode
Created September 5, 2022 06:40
Show Gist options
  • Select an option

  • Save scfcode/c1dd488d40450203bf91c44d0f745405 to your computer and use it in GitHub Desktop.

Select an option

Save scfcode/c1dd488d40450203bf91c44d0f745405 to your computer and use it in GitHub Desktop.
Turn off IPv6 on macOS Big Sur
$ networksetup -listallnetworkservices

An asterisk (*) denotes that a network service is disabled.
Wi-Fi
Bluetooth PAN
Thunderbolt Bridge

$ networksetup -setv6off "Wi-Fi"

# see also
# # https://medium.com/cloud-security/disabling-ipv6-on-a-mac-fce45a19885a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment