Skip to content

Commit

Permalink
README.md update for Windows WSL2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Nov 11, 2023
1 parent 12bfc8c commit ebbc768
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- Supported platforms:
- macOS, FreeBSD and OpenBSD with `PF`
- Linux with `nftables` or `iptables`
- Linux with `nftables` or `iptables`, Windows WSL2 with `iptables`

- Main features
| Transparent proxy | Socks5 | Socks4 | HTTPS |
Expand Down Expand Up @@ -77,6 +77,14 @@ sudo cp /usr/local/etc/ts-warp_nftables.sh.sample /usr/local/etc/ts-warp_nftable
sudo vi /usr/local/etc/ts-warp_nftables.sh

# on Linux with iptables
sudo cp /usr/local/etc/ts-warp_iptables.sh.sample /usr/local/etc/ts-warp_iptables.sh
sudo vi /usr/local/etc/ts-warp_iptables.sh

# on Windows WSL2 (Ubuntu) with iptables
wsl --set-default-version 2

Packages required for CLI: gcc, make. For GUI-Warp: python3-tk

sudo cp /usr/local/etc/ts-warp_iptables.sh.sample /usr/local/etc/ts-warp_iptables.sh
sudo vi /usr/local/etc/ts-warp_iptables.sh
```
Expand Down

0 comments on commit ebbc768

Please sign in to comment.