Skip to content

Commit 9cfcf43

Browse files
committed
chore: Update repository owner from pufferffish to windtf across all references.
1 parent 7de271d commit 9cfcf43

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/wireproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Git clone WireProxy
2727
run: |
28-
git clone https://github.com/pufferffish/wireproxy.git ${{ env.workdir }}
28+
git clone https://github.com/windtf/wireproxy.git ${{ env.workdir }}
2929
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml
3030
3131
- name: Set up GoReleaser

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ make
8080
# Install
8181

8282
```bash
83-
go install github.com/pufferffish/wireproxy/cmd/wireproxy@v1.0.9 # or @latest
83+
go install github.com/windtf/wireproxy/cmd/wireproxy@v1.0.9 # or @latest
8484
```
8585

8686
# Use with VPN

cmd/wireproxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/landlock-lsm/go-landlock/landlock"
1616

1717
"github.com/akamensky/argparse"
18-
"github.com/pufferffish/wireproxy"
18+
"github.com/windtf/wireproxy"
1919
"golang.zx2c4.com/wireguard/device"
2020
"suah.dev/protect"
2121
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/pufferffish/wireproxy
1+
module github.com/windtf/wireproxy
22

33
go 1.26.0
44

systemd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The provided systemd unit assumes you have the wireproxy executable installed on
88

99
1. Copy the `wireproxy.service` file from this directory to `/etc/systemd/system/`, or use the following cURL command to download it:
1010
```bash
11-
curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service | sudo tee /etc/systemd/system/wireproxy.service
11+
curl https://raw.githubusercontent.com/windtf/wireproxy/master/systemd/wireproxy.service | sudo tee /etc/systemd/system/wireproxy.service
1212
```
1313

1414
2. If necessary, customize the unit.
@@ -32,4 +32,4 @@ The provided systemd unit assumes you have the wireproxy executable installed on
3232

3333
# Additional notes
3434

35-
If you want to disable the extensive logging that's done by Wireproxy, simply add `-s` parameter to `ExecStart=`. This will enable the silent mode that was implemented with [pull/67](https://github.com/pufferffish/wireproxy/pull/67).
35+
If you want to disable the extensive logging that's done by Wireproxy, simply add `-s` parameter to `ExecStart=`. This will enable the silent mode that was implemented with [pull/67](https://github.com/windtf/wireproxy/pull/67).

0 commit comments

Comments
 (0)