Skip to content

Commit

Permalink
Note about old version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipok committed Oct 28, 2024
1 parent 423153a commit 4237e4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# DNSR (DNS Router)

A tool that automatically routes traffic through VPN or any other network interface based on DNS responses. Designed to bypass DPI blocks and throttling while keeping other traffic direct. Works on both Linux PCs and **routers**.
> [!NOTE]
> **Major Update (4.0)**:
> - Now uses DNS-based routing instead of transparent proxy
> - Better performance and reliability, especially on routers
> - If you need SOCKS5 proxy support, use old [v3 release](https://github.com/Jipok/dpi-bypass-proxy/releases/tag/3.0.0)
![Network routing diagram placeholder]
A tool that automatically routes traffic through VPN or any other network interface based on DNS responses. Designed to bypass DPI blocks and throttling while keeping other traffic direct. Works on both Linux PCs and **routers**.

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Args struct {
}

func (Args) Version() string {
return "dnsr 2.0.0"
return "dnsr 4.0.0"
}

var args Args
Expand Down

0 comments on commit 4237e4e

Please sign in to comment.