mathiasbynens / mathiasbynens/dotfiles

Suggestion: Add alias to enable/disable IPv6

Open
#480 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
31.5k
Forks
8.4k
PR merge metrics
No merged PRs in 30d

Description

Unfortunately my cable internet provider got a weird DNS config, enforcing me to disable IPv6 for certain operations and enabling it for others.
Receiving 'Error 3014' when restoring an ios device using iTunes is one of those situations enforcing me to disable ipv6,

Adding following aliases made my life a little easier:

```
alias ipv6off="networksetup -setv6off Wi-Fi"
alias ipv6on="networksetup -setv6automatic Wi-Fi"
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the shell alias definitions in the repository and checking how macOS network commands are organized. Add aliases for toggling IPv6 on Wi-Fi using the commands shown in the issue, then verify that both aliases are available in a fresh shell.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
operating-systems
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.