Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-blocking-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
claude-review:
uses: smartwatermelon/github-workflows/.github/workflows/claude-blocking-review.yml@v3.1.0
uses: smartwatermelon/github-workflows/.github/workflows/claude-blocking-review.yml@v3.1.1
with:
pr_number: ${{ github.event.pull_request.number }}
secrets:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ macOS supports per-domain DNS resolver overrides via files in `/etc/resolver/`.
The mirror list is in [`mirrors.txt`](./mirrors.txt), updated monthly by a GitHub Actions workflow that reads the [Archive.today Wikipedia article](https://en.wikipedia.org/wiki/Archive.today). Current mirrors:

| Domain | Role |
|---|---|
| --- | --- |
| archive.today | Primary |
| archive.fo | Mirror |
| archive.is | Mirror (deprecated for new links, still active) |
Expand Down Expand Up @@ -83,7 +83,7 @@ sudo ./install.sh --uninstall
## How it works

1. Reads `mirrors.txt` from this repository (or the local copy with `--no-fetch`).
2. Writes `/etc/resolver/archive.today` with `nameserver 8.8.8.8`.
2. Writes `/etc/resolver/archive.today` with the configured nameserver (`8.8.8.8` unless overridden with `--nameserver`).
3. Creates symlinks for every other mirror domain pointing at that file. Changing the nameserver only requires updating one place.
4. Removes any `/etc/resolver` entries from a previous run that are no longer in the mirror list, using a manifest at `/etc/resolver/.archive-resolver`.
5. Runs `dscacheutil -flushcache` and reloads `mDNSResponder`.
Expand Down
Loading